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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhpet.h72 extern int hpet_enable(void);
111 static inline int hpet_enable(void) { return 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtime.c103 if (!hpet_enable())
H A Dhpet.c824 * hpet_enable - Try to setup the HPET timer. Returns 1 on success.
826 int __init hpet_enable(void) function
900 * Not a problem on i386 as hpet_enable is called from late_time_init,
915 hpet_enable();

Completed in 37 milliseconds