Searched refs:emi_sels (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/mxs/ |
D | clk-imx23.c | 85 static const char *emi_sels[] __initconst = { "emi_pll", "emi_xtal", }; variable 129 clks[emi_sel] = mxs_clk_mux("emi_sel", CLKSEQ, 6, 1, emi_sels, ARRAY_SIZE(emi_sels)); in mx23_clocks_init()
|
D | clk-imx28.c | 135 static const char *emi_sels[] __initconst = { "emi_pll", "emi_xtal", }; variable 191 clks[emi_sel] = mxs_clk_mux("emi_sel", CLKSEQ, 7, 1, emi_sels, ARRAY_SIZE(emi_sels)); in mx28_clocks_init()
|