Searched refs:sel_io1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/mxs/ |
H A D | clk-imx28.c | 124 static const char *const sel_io1[] __initconst = { "ref_io1", "ref_xtal", }; variable 183 clks[ssp2_sel] = mxs_clk_mux("ssp2_sel", CLKSEQ, 5, 1, sel_io1, ARRAY_SIZE(sel_io1)); in mx28_clocks_init() 184 clks[ssp3_sel] = mxs_clk_mux("ssp3_sel", CLKSEQ, 6, 1, sel_io1, ARRAY_SIZE(sel_io1)); in mx28_clocks_init()
|