Searched defs:TLan_GetBit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h464 inline int TLan_GetBit(u8 bit, u16 port)
479 #define TLan_GetBit( bit, port ) ((int) (inb_p(port) & bit)) macro

Completed in 60 milliseconds