Home
last modified time | relevance | path

Searched refs:cpu_sel_clks (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-imx/
Dclk-imx27.c53 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()
Dclk-imx25.c63 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()