Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dtsc.c391 static unsigned long calc_hpet_ref(u64 deltatsc, u64 hpet1, u64 hpet2) in calc_hpet_ref() argument
395 if (hpet2 < hpet1) in calc_hpet_ref()
396 hpet2 += 0x100000000ULL; in calc_hpet_ref()
397 hpet2 -= hpet1; in calc_hpet_ref()
398 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD)); in calc_hpet_ref()