Searched full:ref_cpu (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/drivers/clk/mxs/ |
D | clk-imx23.c | 74 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; 81 ref_xtal, pll, ref_cpu, ref_emi, ref_pix, ref_io, saif_sel, enumerator 114 clks[ref_cpu] = mxs_clk_ref("ref_cpu", "pll", FRAC, 0); in mx23_clocks_init() 125 clks[cpu_pll] = mxs_clk_div("cpu_pll", "ref_cpu", CPU, 0, 6, 28); in mx23_clocks_init()
|
D | clk-imx28.c | 122 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; 133 ref_xtal, pll0, pll1, pll2, ref_cpu, ref_emi, ref_io0, ref_io1, enumerator 171 clks[ref_cpu] = mxs_clk_ref("ref_cpu", "pll0", FRAC0, 0); in mx28_clocks_init() 190 clks[cpu_pll] = mxs_clk_div("cpu_pll", "ref_cpu", CPU, 0, 6, 28); in mx28_clocks_init()
|
/linux-6.15/arch/arm64/kernel/ |
D | topology.c | 311 int ref_cpu; in arch_freq_get_on_cpu() local 322 for_each_cpu_wrap(ref_cpu, policy->cpus, cpu + 1) { in arch_freq_get_on_cpu() 323 if (ref_cpu == start_cpu) { in arch_freq_get_on_cpu() 325 ref_cpu = nr_cpu_ids; in arch_freq_get_on_cpu() 328 if (!idle_cpu(ref_cpu)) in arch_freq_get_on_cpu() 334 if (ref_cpu >= nr_cpu_ids) in arch_freq_get_on_cpu() 338 cpu = ref_cpu; in arch_freq_get_on_cpu()
|
/linux-6.15/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.yaml | 21 ref_cpu 2
|
D | imx28-clock.yaml | 23 ref_cpu 4
|