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);
|