Searched refs:TLan_ClearBit (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | tlan.c | 891 TLan_ClearBit(TLAN_NET_SIO_EDATA, sio); in TLan_EeSendStart() 892 TLan_ClearBit(TLAN_NET_SIO_ECLOK, sio); in TLan_EeSendStart() 932 TLan_ClearBit(TLAN_NET_SIO_EDATA, sio); in TLan_EeSendByte() 934 TLan_ClearBit(TLAN_NET_SIO_ECLOK, sio); in TLan_EeSendByte() 936 TLan_ClearBit(TLAN_NET_SIO_ETXEN, sio); in TLan_EeSendByte() 939 TLan_ClearBit(TLAN_NET_SIO_ECLOK, sio); in TLan_EeSendByte() 943 TLan_ClearBit(TLAN_NET_SIO_EDATA, sio); /* STOP, raise data while clock is high */ in TLan_EeSendByte() 986 TLan_ClearBit(TLAN_NET_SIO_ETXEN, sio); in TLan_EeReceiveByte() 991 TLan_ClearBit(TLAN_NET_SIO_ECLOK, sio); in TLan_EeReceiveByte() 996 TLan_ClearBit(TLAN_NET_SIO_EDATA, sio); /* Ack = 0 */ in TLan_EeReceiveByte() [all …]
|
D | tlan.h | 411 static inline void TLan_ClearBit(u8 bit, u16 port) 433 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port) macro
|