Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dgus.c741 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; in gus_test_iobase() local
754 if (bus_space_map(iot, iobase+GUS_IOH3_OFFSET, GUS_NPORT3, 0, &ioh3)) in gus_test_iobase()
797 bus_space_unmap(iot, ioh3, GUS_NPORT3); in gus_test_iobase()
815 bus_space_handle_t ioh1, ioh2, ioh3, ioh4; in gusattach() local
843 if (bus_space_map(iot, iobase+GUS_IOH3_OFFSET, GUS_NPORT3, 0, &ioh3)) in gusattach()
845 sc->sc_ioh3 = ioh3; in gusattach()
868 c = bus_space_read_1(iot, ioh3, GUS_BOARD_REV); in gusattach()