Home
last modified time | relevance | path

Searched refs:TLAN_NET_SIO_ECLOK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ti/
H A Dtlan.c3075 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3079 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio);
3123 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte()
3124 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte()
3127 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte()
3129 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte()
3135 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_send_byte()
3182 tlan_set_bit(TLAN_NET_SIO_ECLOK, sio);
3185 tlan_clear_bit(TLAN_NET_SIO_ECLOK, sio); in tlan_ee_receive_byte()
3191 tlan_set_bit(TLAN_NET_SIO_ECLOK, si in tlan_ee_receive_byte()
[all...]
H A Dtlan.h289 #define TLAN_NET_SIO_ECLOK 0x40 macro