Searched refs:sc_ioh1 (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/isa/ |
| D | gus.c | 668 bus_space_handle_t ioh1 = sc->sc_ioh1; 1829 bus_space_handle_t ioh1 = sc->sc_ioh1; 1853 bus_space_handle_t ioh1 = sc->sc_ioh1; 1877 bus_space_handle_t ioh1 = sc->sc_ioh1; 2058 bus_space_handle_t ioh1 = sc->sc_ioh1; 2187 bus_space_handle_t ioh1 = sc->sc_ioh1; 3467 bus_space_write_1(iot, sc->sc_ioh1, GUS_REG_CONTROL, GUS_REG_IRQCTL); 3468 bus_space_write_1(iot, sc->sc_ioh1, GUS_MIX_CONTROL, m); 3469 bus_space_write_1(iot, sc->sc_ioh1, GUS_IRQCTL_CONTROL, 0x00); 3470 bus_space_write_1(iot, sc->sc_ioh1, 0x0f, 0x00); [all …]
|
| D | gus_isapnp.c | 162 sc->sc_ioh1 = ipa->ipa_io[0].h; /* p2xr */
|
| D | gus_isa.c | 216 if (bus_space_map(sc->sc_iot, sc->sc_iobase, GUS_NPORT1, 0, &sc->sc_ioh1))
|
| D | gusvar.h | 141 bus_space_handle_t sc_ioh1; /* handle */ member
|