Searched full:ref_cpu (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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.12.1/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.yaml | 21 ref_cpu 2
|
D | imx28-clock.yaml | 23 ref_cpu 4
|