HomeSort by: relevance | last modified time | path
    Searched defs:ioh3 (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 26 milliseconds