Searched refs:cpu_sel_clks (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-imx/ |
D | clk-imx27.c | 53 static const char *cpu_sel_clks[] = { "mpll_main2", "mpll", }; variable 128 clk[cpu_sel] = imx_clk_mux("cpu_sel", CCM_CSCR, 15, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)); in mx27_clocks_init()
|
D | clk-imx25.c | 63 static const char *cpu_sel_clks[] = { "mpll", "mpll_cpu_3_4", }; variable 99 …clk[cpu_sel] = imx_clk_mux("cpu_sel", ccm(CCM_CCTL), 14, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)… in __mx25_clocks_init()
|