Home
last modified time | relevance | path

Searched refs:io_io_high (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hppa/include/
H A Diomod.h351 u_int io_io_high; /* top of I/O HPA address Range */ member
361 #define IOMOD_IO_IO_HIGH(mod) (((struct iomod *)(mod))->io_io_high)
/netbsd-src/sys/arch/hppa/dev/
H A Dgecko.c78 aprint_verbose(": %x-%x", regs->io_io_low, regs->io_io_high); in gecko_attach()
H A Duturn.c155 uint32_t io_io_high; /* Offset 15 */ member
302 aprint_normal(": %x-%x", r->io_io_low << 16, r->io_io_high << 16); in uturnattach()