Searched refs:cpu_sels (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/clk/mxs/ |
D | clk-imx23.c | 77 static const char *const cpu_sels[] __initconst = { "cpu_pll", "cpu_xtal", }; variable 123 clks[cpu] = mxs_clk_mux("cpu", CLKSEQ, 7, 1, cpu_sels, ARRAY_SIZE(cpu_sels)); in mx23_clocks_init()
|
D | clk-imx28.c | 128 static const char *const cpu_sels[] __initconst = { "cpu_pll", "cpu_xtal", }; variable 188 clks[cpu] = mxs_clk_mux("cpu", CLKSEQ, 18, 1, cpu_sels, ARRAY_SIZE(cpu_sels)); in mx28_clocks_init()
|