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

/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h72 static __inline__ unsigned short inw( function
76 __asm__ volatile("inw %w1, %w0" : "=a" (datum) : "Nd" (port));
/xnu-2422.115.4/SETUP/config/
H A Dmkheaders.c161 const char *inw; local
194 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
196 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
198 inwcopy = ns(inw);
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c336 *((uint16_t *) data) = inw(addr);

Completed in 23 milliseconds