Searched refs:TLAN_NET_SIO_ECLOK (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 3103 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_start() 3107 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_start() 3151 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3152 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3155 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3157 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3163 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3210 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte() 3213 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte() 3219 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte() [all …]
|
D | tlan.h | 289 #define TLAN_NET_SIO_ECLOK 0x40 macro
|