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

/netbsd-current/sys/arch/hpcmips/vr/
H A Drtcreg.h57 #define ETIME_L_HZ 0x8000 /* 1 HZ */ macro
H A Drtc.c257 sc->sc_tc.tc_frequency = ETIME_L_HZ;
293 tvp->tv_sec += timel / ETIME_L_HZ;
296 usec = (timel % ETIME_L_HZ);
298 usec /= ETIME_L_HZ;
321 cnt *= ETIME_L_HZ;

Completed in 332 milliseconds