Home
last modified time | relevance | path

Searched refs:inw (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Diodev.h37 #define iodev_read_2 inw
H A Dcpufunc.h227 inw(u_int port) in inw() function
967 u_short inw(u_int port);
/f-stack/freebsd/i386/include/
H A Diodev.h37 #define iodev_read_2 inw
H A Dcpufunc.h296 inw(u_int port) in inw() function
777 u_short inw(u_int port);
/f-stack/freebsd/i386/i386/
H A Dgeode.c196 r = inw(cba + 2) & 0xff00; in geode_watchdog()
242 s = inw(a + 6); in cs5536_watchdog()
/f-stack/freebsd/x86/include/
H A Dbus.h235 return (inw(handle + offset)); in bus_space_read_2()
928 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
933 outw(addr2, inw(addr1)); in bus_space_copy_region_2()
1021 #define inw(a) compiler_error macro
/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c178 data = inw(port); in pcireg_cfgread()
/f-stack/freebsd/x86/xen/
H A Dhvm.c328 if (inw(XEN_MAGIC_IOPORT) != XMI_MAGIC) in xen_hvm_disable_emulated_devices()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c271 data = inw(port); in pcireg_cfgread()
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c540 *(uint16_t *)d = inw(reg); in pci_uio_ioport_read()
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_uio.c511 *(uint16_t *)d = inw(reg); in pci_uio_ioport_read()