cpu_sels 77 drivers/clk/mxs/clk-imx23.c static const char *const cpu_sels[] __initconst = { "cpu_pll", "cpu_xtal", }; cpu_sels 123 drivers/clk/mxs/clk-imx23.c clks[cpu] = mxs_clk_mux("cpu", CLKSEQ, 7, 1, cpu_sels, ARRAY_SIZE(cpu_sels)); cpu_sels 128 drivers/clk/mxs/clk-imx28.c static const char *const cpu_sels[] __initconst = { "cpu_pll", "cpu_xtal", }; cpu_sels 188 drivers/clk/mxs/clk-imx28.c clks[cpu] = mxs_clk_mux("cpu", CLKSEQ, 18, 1, cpu_sels, ARRAY_SIZE(cpu_sels));