Home
last modified time | relevance | path

Searched full:ref_cpu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/clk/mxs/
H A Dclk-imx23.c74 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()
H A Dclk-imx28.c122 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()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dimx23-clock.yaml21 ref_cpu 2
H A Dimx28-clock.yaml23 ref_cpu 4
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_mem_init.c189 /* Set fractional divider for ref_cpu to 480 * 18 / 19 = 454MHz in mxs_mem_setup_cpu_and_hbus()