Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.h458 outb_p(inb_p(port) & ~bit, port);
474 outb_p(inb_p(port) | bit, port);
478 #define TLan_ClearBit( bit, port ) outb_p(inb_p(port) & ~bit, port)
480 #define TLan_SetBit( bit, port ) outb_p(inb_p(port) | bit, port)
H A Dio.h194 #define outb_p(val,port) \ macro