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

/haiku/headers/libs/x86emu/
H A Dx86emu.h77 inw - Function to read a word from an I/O port
85 u16(X86APIP inw) (X86EMU_pioAddr addr);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h227 return (inw(handle + offset));
402 1: inw %w2,%%ax \n\
939 outw(addr2, inw(addr1));
944 outw(addr2, inw(addr1));
1035 #define inw(a) compiler_error macro
H A Dcpufunc.h266 inw(u_int port) function
270 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
745 u_short inw(u_int port);
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h41 #define inw(p) (isa->read_io_16)(p) macro
H A Dbus_ops.h107 #define bus_inw(b,p) inw(p)
/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h252 inw(u_int port) function
256 __asm __volatile("inw %w1, %0" : "=a" (data) : "Nd" (port));
856 u_short inw(u_int port);
/haiku/src/libs/x86emu/
H A Dsys.c372 Default PIO word read function. Doesn't perform real inw.
378 printk("inw %#04x \n", addr);)
494 sys_inw = funcs->inw;
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c230 #define inw(p) (*pci->read_io_16)(s->iobase + p) macro
1039 inw(sym_sist0); /* clear pending scsi interrupts */
1046 inw(sym_sist0); /* another one, just to be sure :) */

Completed in 117 milliseconds