Searched refs:hpet2 (Results 1 – 1 of 1) sorted by relevance
115 uint64_t tsc1, tsc2, hpet1, hpet2; in hpet_calibrate_tsc() local122 tsc2 = tsc_read_hpet(&hpet2); in hpet_calibrate_tsc()126 if (hpet2 <= hpet1) { in hpet_calibrate_tsc()127 hpet2 |= (1UL << 32U); in hpet_calibrate_tsc()129 delta_fs = (hpet2 - hpet1) * hpet_read(HPET_PERIOD); in hpet_calibrate_tsc()
Completed in 6 milliseconds