Searched defs:TLan_SetBit (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ | ||
H A D | tlan.h | 436 static inline void TLan_SetBit(u8 bit, u16 port) 444 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port) macro |
Completed in 44 milliseconds