Searched refs:TLAN_NET_SIO_EDATA (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/ti/ |
| D | tlan.c | 3072 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3074 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3116 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3118 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3124 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3130 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3132 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3179 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio)) in tlan_ee_receive_byte() 3186 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */ in tlan_ee_receive_byte() 3190 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
|