Searched refs:hpet_period (Results 1 – 1 of 1) sorted by relevance
31 unsigned long hpet_period; /* fsecs / HPET clock */ variable502 / ((hpet_now - hpet_start) * hpet_period / 1000); in hpet_calibrate_tsc()551 hpet_period = hpet_readl(HPET_PERIOD); in hpet_init()552 if (hpet_period < 100000 || hpet_period > 100000000) in hpet_init()555 hpet_tick = (1000000000L * tick + hpet_period / 2) / hpet_period; in hpet_init()640 vxtime_hz = (1000000000000000L + hpet_period / 2) / hpet_period; in time_init()