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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c63 static int __init get_freq(char *name, unsigned long *val) function
113 if (!get_freq("clock-frequency", &ppc_proc_freq))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c678 static int __init get_freq(char *name, int cells, unsigned long *val) function
716 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) &&
717 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) {
725 if (!get_freq("ibm,extended-clock-frequency", 2, &ppc_proc_freq) &&
726 !get_freq("clock-frequency", 1, &ppc_proc_freq)) {

Completed in 194 milliseconds