Searched refs:TLAN_NET_SIO_EDATA (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 3105 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3107 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3149 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3151 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3157 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3163 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3165 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3212 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio)) in tlan_ee_receive_byte() 3219 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */ in tlan_ee_receive_byte() 3223 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
|