Home
last modified time | relevance | path

Searched refs:timer_tsc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/pc80/pc/
H A Di8254.c98 static u32 timer_tsc; variable
102 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()
/aosp_15_r20/external/coreboot/src/cpu/intel/common/
H A Dfsb.c14 static u32 timer_tsc; variable
96 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()