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

/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h95 static __inline__ void outw( function
99 __asm__ volatile("outw %w0, %w1" : : "a" (datum), "Nd" (port));
/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h62 outw %ax,$(POSTPORT); \
72 outw %ax,$(POSTPORT)
182 asm volatile("outw %0, %1" : : "a" (xxxx), "N" (POSTPORT));
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c365 outw(addr, *((uint16_t *) data));

Completed in 77 milliseconds