Home | Sort by: relevance | last modified time | path |
/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; |