Searched refs:sc_msysint2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvripvar.h61 int sc_msysint2; member in struct:vrip_softc
H A Dvr4102ip.c105 sc->sc_msysint2 = VR4102_MSYSINT2_REG_W;
H A Dvr4122ip.c105 sc->sc_msysint2 = VR4122_MSYSINT2_REG_W;
H A Dvrip.c183 sc->sc_msysint2 = MSYSINT2_REG_W;
216 sc->sc_msysint2 == 0)
237 bus_space_write_2(sc->sc_iot, sc->sc_ioh, sc->sc_msysint2, 0x0000);
372 bus_space_write_2 (iot, ioh, sc->sc_msysint2, 0);
384 bus_space_write_2 (iot, ioh, sc->sc_msysint2, (reg >> 16) & 0xffff);
402 ((bus_space_read_2 (iot, ioh, sc->sc_msysint2) << 16)&0xffff0000);
410 bus_space_write_2 (iot, ioh, sc->sc_msysint2, (reg >> 16) & 0xffff);
507 ((bus_space_read_2 (iot, ioh, sc->sc_msysint2)<< 16)&0xffff0000);
H A Dvr4181ip.c134 sc->sc_msysint2 = VR4181_MSYSINT2_REG_W;

Completed in 56 milliseconds