Searched refs:cpu_sel_clks (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx27.c | 34 static const char *cpu_sel_clks[] = { "mpll_main2", "mpll", }; variable 85 …X27_CLK_CPU_SEL] = imx_clk_mux("cpu_sel", CCM_CSCR, 15, 1, cpu_sel_clks, ARRAY_SIZE(cpu_sel_clks)); in _mx27_clocks_init()
|
H A D | clk-imx25.c | 46 static const char *cpu_sel_clks[] = { "mpll", "mpll_cpu_3_4", }; variable 85 …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()
|