/src/sys/arch/hpcmips/vr/ |
vripvar.h | 43 bus_addr_t vu_mlreg; member in struct:vrip_unit
|
vrc4173bcu.c | 128 bus_addr_t vu_mlreg; member in struct:vrc4173bcu_unit 524 if (vu->vu_mlreg) { 526 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_mlreg); 647 if (vu->vu_mlreg) { 648 reg = bus_space_read_2(sc->sc_iot, sc->sc_icuh, vu->vu_mlreg); 653 bus_space_write_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg, reg);
|
vrip.c | 425 if (vu->vu_mlreg) { 427 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg); 470 if (vu->vu_mlreg) { 471 reg = bus_space_read_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg); 476 bus_space_write_2(sc->sc_iot, sc->sc_ioh, vu->vu_mlreg, reg);
|