Searched refs:get_freq (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | m8xx_setup.c | 39 static int __init get_freq(char *name, unsigned long *val) in get_freq() function 80 if (!get_freq("clock-frequency", &ppc_proc_freq)) in mpc8xx_calibrate_decr()
|
| /linux/arch/powerpc/kernel/ |
| H A D | time.c | 723 static int __init get_freq(char *name, int cells, unsigned long *val) in get_freq() function 768 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) && in generic_calibrate_decr() 769 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) { in generic_calibrate_decr() 777 if (!get_freq("ibm,extended-clock-frequency", 2, &ppc_proc_freq) && in generic_calibrate_decr() 778 !get_freq("clock-frequency", 1, &ppc_proc_freq)) { in generic_calibrate_decr()
|
| /linux/drivers/clk/keystone/ |
| H A D | sci-clk.c | 148 ret = clk->provider->ops->get_freq(clk->provider->sci, clk->dev_id, in sci_clk_recalc_rate()
|