Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dtsc.c1319 u64 tsc_stop, ref_stop, delta; in tsc_refine_calibration_work() local
1344 tsc_stop = tsc_read_refs(&ref_stop, hpet); in tsc_refine_calibration_work()
1347 if (ref_start == ref_stop) in tsc_refine_calibration_work()
1357 freq = calc_hpet_ref(delta, ref_start, ref_stop); in tsc_refine_calibration_work()
1359 freq = calc_pmtimer_ref(delta, ref_start, ref_stop); in tsc_refine_calibration_work()