Searched refs:ETIME_M_REG_W (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hpcmips/vr/
H A Drtcreg.h54 #define ETIME_M_REG_W 0x002 /* Elapsed Time M */ macro
H A Drtc.c284 timeh = (timeh << 16) | bus_space_read_2(iot, ioh, ETIME_M_REG_W);
326 bus_space_write_2(iot, ioh, ETIME_M_REG_W, timeh & 0xffff);
339 timel = bus_space_read_2(sc->sc_iot, sc->sc_ioh, ETIME_M_REG_W);

Completed in 121 milliseconds