Searched refs:ipu_sels (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/clk/imx/ |
D | clk-imx6q.c | 39 static const char *ipu_sels[] = { "mmdc_ch0_axi", "pll2_pfd2_396m", "pll3_120m", "pll3_pfd1_540m",… variable 641 … = imx_clk_hw_mux("ipu1_sel", base + 0x3c, 9, 2, ipu_sels, ARRAY_SIZE(ipu_sels)); in imx6q_clocks_init() 642 … = imx_clk_hw_mux("ipu2_sel", base + 0x3c, 14, 2, ipu_sels, ARRAY_SIZE(ipu_sels)); in imx6q_clocks_init()
|