Searched refs:TLAN_NET_SIO_ECLOK (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 3104 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_start() 3108 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_start() 3152 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3153 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3156 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3158 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3164 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte() 3211 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte() 3214 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte() 3220 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
|