Searched refs:cpu_sel_clks (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk-imx27.c | 35 static const char *cpu_sel_clks[] = { "mpll_main2", "mpll", }; variable 86 …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()
|
A D | clk-imx25.c | 45 static const char *cpu_sel_clks[] = { "mpll", "mpll_cpu_3_4", }; variable 84 …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()
|
Completed in 10 milliseconds