Searched refs:hpet_freq (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 Dhpet.c533 uint64_t hpet_freq; local
562 hpet_freq = FSEC_PER_SEC;
563 do_div(hpet_freq, hpet_period);
564 evt->mult = div_sc((unsigned long) hpet_freq,
775 u64 hpet_freq; local
816 hpet_freq = FSEC_PER_SEC;
817 do_div(hpet_freq, hpet_period);
818 clocksource_register_hz(&clocksource_hpet, (u32)hpet_freq);

Completed in 124 milliseconds