Searched refs:TLAN_NET_SIO_EDATA (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | tlan.c | 3071 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3073 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_start() 3115 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3117 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3123 err = tlan_get_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3129 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3131 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); in tlan_ee_send_byte() 3178 if (tlan_get_bit(TLAN_NET_SIO_EDATA, sio)) in tlan_ee_receive_byte() 3185 tlan_clear_bit(TLAN_NET_SIO_EDATA, sio); /* ack = 0 */ in tlan_ee_receive_byte() 3189 tlan_set_bit(TLAN_NET_SIO_EDATA, sio); /* no ack = 1 (?) */ in tlan_ee_receive_byte() [all …]
|
| H A D | tlan.h | 291 #define TLAN_NET_SIO_EDATA 0x10 macro
|