Searched refs:timer_tsc (Results 1 – 2 of 2) sorted by relevance
98 static u32 timer_tsc; variable102 if (timer_tsc > 0) in tsc_freq_mhz()103 return timer_tsc; in tsc_freq_mhz()105 timer_tsc = calibrate_tsc_with_pit(); in tsc_freq_mhz()108 if (timer_tsc == 0) in tsc_freq_mhz()109 timer_tsc = 5000; in tsc_freq_mhz()111 return timer_tsc; in tsc_freq_mhz()
14 static u32 timer_tsc; variable96 timer_tsc = tsc; in resolve_timebase()107 timer_tsc = 5000; in resolve_timebase()121 if (timer_tsc > 0) in tsc_freq_mhz()122 return timer_tsc; in tsc_freq_mhz()125 return timer_tsc; in tsc_freq_mhz()