Searched refs:sc_ioh1 (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | gus.c | 594 bus_space_handle_t ioh1 = sc->sc_ioh1; in gusintr() 1690 bus_space_handle_t ioh1 = sc->sc_ioh1; in gus_speaker_ctl() 1712 bus_space_handle_t ioh1 = sc->sc_ioh1; in gus_linein_ctl() 1734 bus_space_handle_t ioh1 = sc->sc_ioh1; in gus_mic_ctl() 1898 bus_space_handle_t ioh1 = sc->sc_ioh1; in gusreset() 2028 bus_space_handle_t ioh1 = sc->sc_ioh1; in gus_init_cs4231() 3204 bus_space_write_1(iot, sc->sc_ioh1, GUS_MIX_CONTROL, m); in gus_subattach() 3206 bus_space_write_1(iot, sc->sc_ioh1, 0x0f, 0x00); in gus_subattach() 3213 bus_space_write_1(iot, sc->sc_ioh1, GUS_MIX_CONTROL, in gus_subattach() 3220 bus_space_write_1(iot, sc->sc_ioh1, GUS_MIX_CONTROL, in gus_subattach() [all …]
|
H A D | gus_isapnp.c | 146 sc->sc_ioh1 = ipa->ipa_io[0].h; /* p2xr */ in gus_isapnp_attach()
|
H A D | gus_isa.c | 199 if (bus_space_map(sc->sc_iot, sc->sc_iobase, GUS_NPORT1, 0, &sc->sc_ioh1)) in gus_isa_attach()
|
H A D | gusvar.h | 134 bus_space_handle_t sc_ioh1; /* handle */ member
|
/openbsd/sys/dev/pci/ |
H A D | if_vmx.c | 157 bus_space_handle_t sc_ioh1; member 180 #define READ_BAR1(sc, reg) bus_space_read_4((sc)->sc_iot1, (sc)->sc_ioh1, reg) 184 bus_space_write_4((sc)->sc_iot1, (sc)->sc_ioh1, reg, val) 273 if (pci_mapreg_map(pa, 0x14, memtype, 0, &sc->sc_iot1, &sc->sc_ioh1, in vmxnet3_attach()
|