Home | History | Annotate | Download | only in vr

Lines Matching refs:bus_space_read_2

402 	reg = (bus_space_read_2 (iot, ioh, MSYSINT1_REG_W)&0xffff) |
403 ((bus_space_read_2 (iot, ioh, sc->sc_msysint2) << 16)&0xffff0000);
427 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg);
429 reg |= (bus_space_read_2(sc->sc_iot, sc->sc_ioh,
447 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
449 reg |= ((bus_space_read_2(sc->sc_iot, sc->sc_ioh,
471 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg);
478 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
505 reg = (bus_space_read_2 (iot, ioh, SYSINT1_REG_W)&0xffff) |
506 ((bus_space_read_2 (iot, ioh, sc->sc_sysint2)<< 16)&0xffff0000);
507 mask = (bus_space_read_2 (iot, ioh, MSYSINT1_REG_W)&0xffff) |
508 ((bus_space_read_2 (iot, ioh, sc->sc_msysint2)<< 16)&0xffff0000);