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

  /src/sys/arch/acorn32/podulebus/
rapide.c 117 bus_space_tag_t sc_ctliot; /* Bus tag */ member in struct:rapide_softc
222 sc->sc_ctliot = iot = &rapide_bs_tag;
327 bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,
simide.c 86 bus_space_tag_t sc_ctliot; /* Bus tag */ member in struct:simide_softc
194 sc->sc_ctliot = pa->pa_iot;
197 if (bus_space_map(sc->sc_ctliot, pa->pa_podule->mod_base +
214 status = bus_space_read_1(sc->sc_ctliot, sc->sc_ctlioh,
242 bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,
283 bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,
297 bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,
318 bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,

Completed in 11 milliseconds