OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLan_GetBit
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
tlan.c
938
err =
TLan_GetBit
(TLAN_NET_SIO_EDATA, sio);
989
if (
TLan_GetBit
(TLAN_NET_SIO_EDATA, sio))
1112
minten =
TLan_GetBit
(TLAN_NET_SIO_MINTEN, sio);
1128
nack =
TLan_GetBit
(TLAN_NET_SIO_MDATA, sio); /* Check for ACK */
1140
if (
TLan_GetBit
(TLAN_NET_SIO_MDATA, sio))
[
all
...]
tlan.h
419
static inline int
TLan_GetBit
(u8 bit, u16 port)
434
#define
TLan_GetBit
( bit, port ) ((int) (inb_p(port) & bit))
Completed in 40 milliseconds