Searched refs:sel_cpu (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/clk/mxs/ |
D | clk-imx23.c | 74 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; variable 124 clks[etm_sel] = mxs_clk_mux("etm_sel", CLKSEQ, 8, 1, sel_cpu, ARRAY_SIZE(sel_cpu)); in mx23_clocks_init()
|
D | clk-imx28.c | 122 static const char *const sel_cpu[] __initconst = { "ref_cpu", "ref_xtal", }; variable 186 clks[etm_sel] = mxs_clk_mux("etm_sel", CLKSEQ, 8, 1, sel_cpu, ARRAY_SIZE(sel_cpu)); in mx28_clocks_init()
|