Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1020 err = TLan_GetBit(TLAN_NET_SIO_EDATA, sio);
1074 if (TLan_GetBit(TLAN_NET_SIO_EDATA, sio))
1199 minten = TLan_GetBit(TLAN_NET_SIO_MINTEN, sio);
1215 nack = TLan_GetBit(TLAN_NET_SIO_MDATA, sio); /* Check for ACK */
1227 if (TLan_GetBit(TLAN_NET_SIO_MDATA, sio))
1278 (void) TLan_GetBit(TLAN_NET_SIO_MCLK, sio);
1284 (void) TLan_GetBit(TLAN_NET_SIO_MCLK, sio);
1355 minten = TLan_GetBit(TLAN_NET_SIO_MINTEN, sio);
H A Dtlan.h464 inline int TLan_GetBit(u8 bit, u16 port)
479 #define TLan_GetBit( bit, port ) ((int) (inb_p(port) & bit)) macro