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

  /src/sys/arch/powerpc/oea/
ofwoea_machdep.c 123 #define TIMEBASE_FREQ (1000000000) /* RTC register */
126 #ifdef TIMEBASE_FREQ
127 u_int timebase_freq = TIMEBASE_FREQ; variable in typeref:typename:u_int
129 u_int timebase_freq = 0; variable in typeref:typename:u_int
299 if (timebase_freq != 0) {
300 ticks_per_sec = timebase_freq;
ofwoea_machdep.c 123 #define TIMEBASE_FREQ (1000000000) /* RTC register */
126 #ifdef TIMEBASE_FREQ
127 u_int timebase_freq = TIMEBASE_FREQ; variable in typeref:typename:u_int
129 u_int timebase_freq = 0; variable in typeref:typename:u_int
299 if (timebase_freq != 0) {
300 ticks_per_sec = timebase_freq;

Completed in 57 milliseconds