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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhpet.c24 unsigned long hpet_period; /* fsecs / HPET clock */ variable
155 hpet_period = hpet_readl(HPET_PERIOD);
156 if (hpet_period < 100000 || hpet_period > 100000000)
159 hpet_tick = (FSEC_PER_TICK + hpet_period / 2) / hpet_period;
172 * (hpet_period << shift)/FSEC_PER_NSEC = mult
174 tmp = (u64)hpet_period << HPET_SHIFT;
233 / ((hpet_now - hpet_start) * hpet_period / 1000);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhpet.c111 static unsigned long hpet_period; variable
239 hpet_period = hpet_readl(HPET_PERIOD);
240 if (hpet_period < HPET_MIN_PERIOD || hpet_period > HPET_MAX_PERIOD)
249 do_div(hpet_freq, hpet_period);
286 * (hpet_period << shift)/FSEC_PER_NSEC = mult
288 tmp = (u64)hpet_period << HPET_SHIFT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dhpet.h66 extern unsigned long hpet_period;

Completed in 98 milliseconds