Searched refs:ipu_sels (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/arch/arm/mach-imx/ |
| D | clk-imx6q.c | 41 static const char *ipu_sels[] = { "mmdc_ch0_axi", "pll2_pfd2_396m", "pll3_120m", "pll3_pfd1_540m",… variable 285 … = imx_clk_mux("ipu1_sel", base + 0x3c, 9, 2, ipu_sels, ARRAY_SIZE(ipu_sels)); in imx6q_clocks_init() 286 … = imx_clk_mux("ipu2_sel", base + 0x3c, 14, 2, ipu_sels, ARRAY_SIZE(ipu_sels)); in imx6q_clocks_init()
|