Searched defs:outw (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h92 outw(int port, uint16_t value) function
97 "outw (%1)"
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
204 #define outw(val,port) \ macro
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1449 outw(int port_address, uint16_t val)
1456 ENTRY(outw) function
1459 D16 outl (%dx) /* XX64 why not outw? */
1461 SET_SIZE(outw)
1465 ENTRY(outw) function
1470 SET_SIZE(outw)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h306 outw(u_int port, u_short data) function
308 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
758 void outw(u_int port, u_short data);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h301 outw(u_int port, u_short data) function
303 __asm __volatile("outw %0, %w1" : : "a" (data), "Nd" (port));
838 void outw(u_int port, u_short data);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1105 outw.9f \
1930 outw.9f := LINKSRC = outb.9f

Completed in 94 milliseconds