Searched refs:sel_io0 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mxs/ |
D | clk-imx28.c | 123 static const char *const sel_io0[] __initconst = { "ref_io0", "ref_xtal", }; variable 181 clks[ssp0_sel] = mxs_clk_mux("ssp0_sel", CLKSEQ, 3, 1, sel_io0, ARRAY_SIZE(sel_io0)); in mx28_clocks_init() 182 clks[ssp1_sel] = mxs_clk_mux("ssp1_sel", CLKSEQ, 4, 1, sel_io0, ARRAY_SIZE(sel_io0)); in mx28_clocks_init()
|