Searched refs:pm2 (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.c160 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) argument
164 if (!pm1 && !pm2)
167 if (pm2 < pm1)
168 pm2 += (u64)ACPI_PM_OVRRUN;
169 pm2 -= pm1;
170 tmp = pm2 * 1000000000LL;

Completed in 125 milliseconds