Searched refs:sc_baseioh (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/i386/pnpbios/
H A Dfdc_pnpbios.c64 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_pnpbios_softc
96 &pdc->sc_baseioh)) {
115 fdc->sc_ioh = pdc->sc_baseioh;
120 if (bus_space_subregion(fdc->sc_iot, pdc->sc_baseioh, 2, 4,
/netbsd-current/sys/arch/prep/pnpbus/
H A Dfdc_pnpbus.c63 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_pnpbus_softc
95 if (pnpbus_io_map(&pna->pna_res, 0, &fdc->sc_iot, &pdc->sc_baseioh)) {
114 fdc->sc_ioh = pdc->sc_baseioh;
119 if (bus_space_subregion(fdc->sc_iot, pdc->sc_baseioh, 2, 4,
/netbsd-current/sys/arch/alpha/sableio/
H A Dfdc_sableio.c61 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_sableio_softc
97 &sfdc->sc_baseioh)) {
102 if (bus_space_subregion(fdc->sc_iot, sfdc->sc_baseioh, 2, 4,
/netbsd-current/sys/dev/isa/
H A Dfdc_isa.c92 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_isa_softc
195 bus_space_unmap(fdc->sc_iot, isc->sc_baseioh, 6 /* FDC_NPORT */);
216 6 /* FDC_NPORT */, 0, &isc->sc_baseioh)) {
221 if (bus_space_subregion(fdc->sc_iot, isc->sc_baseioh, 2, 4,
/netbsd-current/sys/arch/atari/isa/
H A Dfdcisa.c90 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_isa_softc
195 6 /* FDC_NPORT */, 0, &isc->sc_baseioh)) {
200 if (bus_space_subregion(fdc->sc_iot, isc->sc_baseioh, 2, 4,
/netbsd-current/sys/arch/arc/jazz/
H A Dfdc_jazzio.c98 bus_space_handle_t sc_baseioh; /* base I/O handle */ member in struct:fdc_jazzio_softc
170 FDC_OFFSET + FDC_NPORT, 0, &jsc->sc_baseioh)) {
175 if (bus_space_subregion(fdc->sc_iot, jsc->sc_baseioh,
203 bus_space_unmap(fdc->sc_iot, jsc->sc_baseioh, FDC_OFFSET + FDC_NPORT);
/netbsd-current/sys/dev/acpi/
H A Dfdc_acpi.c60 bus_space_handle_t sc_baseioh; member in struct:fdc_acpi_softc
134 0, &asc->sc_baseioh)) {
141 sc->sc_ioh = asc->sc_baseioh;
144 if (bus_space_subregion(sc->sc_iot, asc->sc_baseioh, 2, 4,

Completed in 100 milliseconds