Home
last modified time | relevance | path

Searched refs:iodev_read_2 (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/io/
HDiodev.c134 req->val = iodev_read_2(req->port); in iopio_read()
139 req->val |= iodev_read_2(req->port + 1) << 8; in iopio_read()
142 req->val = iodev_read_2(req->port); in iopio_read()
143 req->val |= iodev_read_2(req->port + 2) << 16; in iopio_read()
/trueos/sys/i386/include/
HDiodev.h35 #define iodev_read_2 inw macro
/trueos/sys/amd64/include/
HDiodev.h35 #define iodev_read_2 inw macro
/trueos/sys/ia64/include/
HDiodev.h57 #define iodev_read_2 bus_space_read_io_2 macro
/trueos/sys/dev/acpica/Osd/
HDOsdHardware.c58 *Value = iodev_read_2(InPort); in AcpiOsReadPort()
/trueos/sys/compat/x86bios/
HDx86bios.c459 val = iodev_read_2(port); in x86bios_emu_inw()
475 val |= iodev_read_2(port + 1) << 8; in x86bios_emu_inl()
478 val = iodev_read_2(port); in x86bios_emu_inl()
479 val |= iodev_read_2(port + 2) << 16; in x86bios_emu_inl()