Searched refs:sc_obioreg_ioh (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_var.h48 bus_space_handle_t sc_obioreg_ioh; member in struct:obio_softc
89 bus_space_write_2( (sc)->sc_iot, (sc)->sc_obioreg_ioh, \
H A Dobio.c90 (bus_space_read_2( sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTSTS1) \
95 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTSTS1),
96 bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, G42XXEB_INTMASK),
106 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh,
143 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh,
174 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh,
227 0, &(sc->sc_obioreg_ioh)))
235 bus_space_write_2(iot, sc->sc_obioreg_ioh, G42XXEB_INTMASK,
259 reg = bus_space_read_2(iot, sc->sc_obioreg_ioh, G42XXEB_PLDVER);
327 reg = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh, regid
[all...]
H A Dg42xxeb_lcd.c270 reg = bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh,
276 bus_space_write_2(osc->sc_iot, osc->sc_obioreg_ioh,
278 bus_space_write_1(osc->sc_iot, osc->sc_obioreg_ioh,
300 reg = bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G42XXEB_LCDCTL);
301 bus_space_write_2(osc->sc_iot, osc->sc_obioreg_ioh, G42XXEB_LCDCTL,
322 reg = bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G42XXEB_LCDCTL);
323 bus_space_write_2(osc->sc_iot, osc->sc_obioreg_ioh, G42XXEB_LCDCTL,
H A Dif_ne_obio.c238 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTSTS1),
239 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTSTS2),
240 bus_space_read_2(osc->sc_iot, osc->sc_obioreg_ioh, G4250EBX_INTMASK),
H A Dgb225.c98 optid = bus_space_read_2(psc->sc_iot, psc->sc_obioreg_ioh,
143 reg = bus_space_read_2(iot, bsc->sc_obioreg_ioh, G42XXEB_EXTCTRL);
144 bus_space_write_2(iot, bsc->sc_obioreg_ioh, G42XXEB_EXTCTRL, reg | 3);
H A Dg42xxeb_mci.c179 sc->sc_obio_ioh = osc->sc_obioreg_ioh;
H A Dg42xxeb_kmkbd.c378 bus_space_handle_t ioh = osc->sc_obioreg_ioh;
573 bus_space_handle_t ioh = osc->sc_obioreg_ioh;
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dobio.c100 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh,
105 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh, LUBBOCK_INTRCTL, 0);
133 bus_space_write_4(sc->sc_iot, sc->sc_obioreg_ioh,
142 pending = bus_space_read_2(sc->sc_iot, sc->sc_obioreg_ioh,
144 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh,
153 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh, LUBBOCK_INTRMASK, 0);
154 bus_space_write_2(sc->sc_iot, sc->sc_obioreg_ioh, LUBBOCK_INTRMASK, mask);
180 bus_space_write_4(sc->sc_iot, sc->sc_obioreg_ioh,
223 0, &(sc->sc_obioreg_ioh))) {
227 system_id = bus_space_read_4(sc->sc_iot, sc->sc_obioreg_ioh,
[all...]
H A Dlubbock_pcic.c131 tmp = bus_space_read_2(bsc->sc_iot, bsc->sc_obioreg_ioh,
133 bus_space_write_2(bsc->sc_iot, bsc->sc_obioreg_ioh,
H A Dlubbock_var.h50 bus_space_handle_t sc_obioreg_ioh; member in struct:obio_softc
H A Dlubbock_lcd.c244 reg = bus_space_read_2( osc->sc_iot, osc->sc_obioreg_ioh,
250 bus_space_write_2( osc->sc_iot, osc->sc_obioreg_ioh,
268 bus_space_write_4( osc->sc_iot, osc->sc_obioreg_ioh, LUBBOCK_MISCWR,
270 bus_space_read_4( osc->sc_iot, osc->sc_obioreg_ioh, LUBBOCK_MISCWR ) );

Completed in 196 milliseconds