Searched refs:sel_io (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/clk/mxs/ |
D | clk-imx23.c | 76 static const char *const sel_io[] __initconst = { "ref_io", "ref_xtal", }; variable 120 clks[gpmi_sel] = mxs_clk_mux("gpmi_sel", CLKSEQ, 4, 1, sel_io, ARRAY_SIZE(sel_io)); in mx23_clocks_init() 121 clks[ssp_sel] = mxs_clk_mux("ssp_sel", CLKSEQ, 5, 1, sel_io, ARRAY_SIZE(sel_io)); in mx23_clocks_init()
|