Home | History | Annotate | Download | only in netboot

Lines Matching full:outb_p

321 #define TLan_ClearBit( bit, port )	outb_p(inb_p(port) & ~bit, port)
323 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port)