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