Home | History | Annotate | Download | only in vr

Lines Matching refs:bus_space_read_2

271 	return bus_space_read_2(iot, ioh, ETIME_L_REG_W);
284 timeh = bus_space_read_2(iot, ioh, ETIME_H_REG_W);
285 timeh = (timeh << 16) | bus_space_read_2(iot, ioh, ETIME_M_REG_W);
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
339 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_H_REG_W);
340 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_M_REG_W);
342 | bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_L_REG_W);
345 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_H_REG_W);
346 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_M_REG_W);
348 | bus_space_read_2(sc->sc_iot, sc->sc_ioh, ECMP_L_REG_W);
351 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL1_H_REG_W);
352 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL1_L_REG_W);
355 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL1_CNT_H_REG_W);
356 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL1_CNT_L_REG_W);
359 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL2_H_REG_W);
360 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL2_L_REG_W);
363 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL2_CNT_H_REG_W);
364 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, RTCL2_CNT_L_REG_W);
368 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh, TCLK_H_REG_W);
369 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, TCLK_L_REG_W);
372 timeh = bus_space_read_2(sc->sc_iot, sc->sc_ioh,
374 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh,