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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/82xx/
H A Dmpc82xx.c55 static int __init get_freq(char *name, unsigned long *val) function
80 if (!get_freq("bus-frequency", &ppc_tb_freq)) {
86 if (!get_freq("clock-frequency", &ppc_proc_freq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c85 static int __init get_freq(char *name, unsigned long *val) function
135 if (!get_freq("bus-frequency", &ppc_tb_freq)) {
141 if (!get_freq("clock-frequency", &ppc_proc_freq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c812 static int __init get_freq(char *name, int cells, unsigned long *val) function
838 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) &&
839 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) {
847 if (!get_freq("ibm,extended-clock-frequency", 2, &ppc_proc_freq) &&
848 !get_freq("clock-frequency", 1, &ppc_proc_freq)) {

Completed in 305 milliseconds