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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h456 inline void TLan_ClearBit(u8 bit, u16 port)
478 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port) macro

Completed in 59 milliseconds