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