Home
last modified time | relevance | path

Searched refs:hpet2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/arch/x86/kernel/
Dtsc.c375 static unsigned long calc_hpet_ref(u64 deltatsc, u64 hpet1, u64 hpet2) in calc_hpet_ref() argument
379 if (hpet2 < hpet1) in calc_hpet_ref()
380 hpet2 += 0x100000000ULL; in calc_hpet_ref()
381 hpet2 -= hpet1; in calc_hpet_ref()
382 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()