Searched refs:POSTPORT (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpostcode.h36 #define POSTPORT 0x80 macro
48 outb %al,$(POSTPORT); \
55 outw %ax,$(POSTPORT); \
63 outb %al,$(POSTPORT)
65 outw %ax,$(POSTPORT)
170 asm volatile("outb %0, %1" : : "a" (xx), "N" (POSTPORT));
175 asm volatile("outw %0, %1" : : "a" (xxxx), "N" (POSTPORT));

Completed in 17 milliseconds