Searched refs:sel_pix (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/clk/mxs/ |
D | clk-imx23.c | 75 static const char *const sel_pix[] __initconst = { "ref_pix", "ref_xtal", }; variable 119 clks[lcdif_sel] = mxs_clk_mux("lcdif_sel", CLKSEQ, 1, 1, sel_pix, ARRAY_SIZE(sel_pix)); in mx23_clocks_init()
|
D | clk-imx28.c | 125 static const char *const sel_pix[] __initconst = { "ref_pix", "ref_xtal", }; variable 187 clks[lcdif_sel] = mxs_clk_mux("lcdif_sel", CLKSEQ, 14, 1, sel_pix, ARRAY_SIZE(sel_pix)); in mx28_clocks_init()
|