Searched refs:delta_tsc (Results 1 – 1 of 1) sorted by relevance
116 uint64_t delta_tsc, delta_fs; in hpet_calibrate_tsc() local130 delta_tsc = tsc2 - tsc1; in hpet_calibrate_tsc()138 tsc_khz = (delta_tsc * 1000000UL) / (delta_fs / 1000000UL); in hpet_calibrate_tsc()
Completed in 5 milliseconds