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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c143 static unsigned long calc_hpet_ref(u64 deltatsc, u64 hpet1, u64 hpet2) argument
147 if (hpet2 < hpet1)
148 hpet2 += 0x100000000ULL;
149 hpet2 -= hpet1;
150 tmp = ((u64)hpet2 * hpet_readl(HPET_PERIOD));

Completed in 76 milliseconds