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

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

Completed in 28 milliseconds