HomeSort by: relevance | last modified time | path
    Searched refs:TX39_RTCLOCK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx39timerreg.h 57 #define TX39_RTCLOCK 32768
58 #define TX39_MSEC2RTC(m) ((TX39_RTCLOCK * (m)) / 1000)
tx39clock.c 171 *cpuclock = (100000000 / elapsed) * TX39_RTCLOCK;
277 sc->sc_tcounter.tc_frequency = TX39_RTCLOCK;

Completed in 39 milliseconds