Searched refs:delta_fs (Results 1 – 1 of 1) sorted by relevance
116 uint64_t delta_tsc, delta_fs; in hpet_calibrate_tsc() local129 delta_fs = (hpet2 - hpet1) * hpet_read(HPET_PERIOD); in hpet_calibrate_tsc()138 tsc_khz = (delta_tsc * 1000000UL) / (delta_fs / 1000000UL); in hpet_calibrate_tsc()
Completed in 6 milliseconds