Searched refs:hpet_start (Results 1 – 1 of 1) sorted by relevance
483 int tsc_start, hpet_start; in hpet_calibrate_tsc() local490 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()