Searched refs:TLAN_NET_SIO_EDATA (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/ti/ |
| D | tlan.c | 3087 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3089 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3131 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3133 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3139 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3145 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3147 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3194 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio)) in tlan_ee_receive_byte() 3201 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */ in tlan_ee_receive_byte() 3205 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
|