Searched refs:emi_sels (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/clk/mxs/ |
D | clk-imx23.c | 78 static const char *const emi_sels[] __initconst = { "emi_pll", "emi_xtal", }; variable 122 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 | 129 static const char *const emi_sels[] __initconst = { "emi_pll", "emi_xtal", }; variable 185 clks[emi_sel] = mxs_clk_mux("emi_sel", CLKSEQ, 7, 1, emi_sels, ARRAY_SIZE(emi_sels)); in mx28_clocks_init()
|