Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c483 int tsc_start, hpet_start; in hpet_calibrate_tsc() local
490 hpet_start = hpet_readl(HPET_COUNTER); in hpet_calibrate_tsc()
499 } while ((tsc_now - tsc_start) < TICK_COUNT && (hpet_now - hpet_start) < TICK_COUNT); in hpet_calibrate_tsc()
502 / ((hpet_now - hpet_start) * hpet_period / 1000); in hpet_calibrate_tsc()