Searched refs:TLAN_NET_SIO_EDATA (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | tlan.c | 3089 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3091 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3133 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3135 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3141 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3147 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3149 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3196 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio)) in tlan_ee_receive_byte() 3203 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */ in tlan_ee_receive_byte() 3207 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); /* no ack = 1 (?) */ in tlan_ee_receive_byte() [all …]
|
D | tlan.h | 291 #define TLAN_NET_SIO_EDATA 0x10 macro
|