Searched refs:outw (Results 26 - 37 of 37) sorted by relevance

12

/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
H A Depic100.c219 outw(((unsigned short *)mc_filter)[i], mc0 + i*4);
H A Dw89c840.c163 #define writew outw
H A Dns8390.c202 outw(*((unsigned short *)src), eth_asic_base + ASIC_PIO);
H A Dtulip.c1572 outw(0x0008, ioaddr + CSR15);
/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/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/uts/i86pc/io/pci/
H A Dpci_tools.c716 outw(port, (uint16_t)local_data);
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1823 extern void outw(int port, uint16_t value);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c877 outw(Address, Value);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1105 outw.9f \
1930 outw.9f := LINKSRC = outb.9f

Completed in 108 milliseconds

12