OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLan_ClearBit
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
tlan.c
891
TLan_ClearBit
(TLAN_NET_SIO_EDATA, sio);
892
TLan_ClearBit
(TLAN_NET_SIO_ECLOK, sio);
932
TLan_ClearBit
(TLAN_NET_SIO_EDATA, sio);
934
TLan_ClearBit
(TLAN_NET_SIO_ECLOK, sio);
936
TLan_ClearBit
(TLAN_NET_SIO_ETXEN, sio);
939
TLan_ClearBit
(TLAN_NET_SIO_ECLOK, sio);
943
TLan_ClearBit
(TLAN_NET_SIO_EDATA, sio); /* STOP, raise data while clock is high */
986
TLan_ClearBit
(TLAN_NET_SIO_ETXEN, sio);
991
TLan_ClearBit
(TLAN_NET_SIO_ECLOK, sio);
996
TLan_ClearBit
(TLAN_NET_SIO_EDATA, sio); /* Ack = 0 *
[
all
...]
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)
Completed in 372 milliseconds