Searched refs:csi_sels (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 46 static const char *csi_sels[] = { "osc", "pll2_pfd2", "pll3_120m", "pll3_pfd1", }; variable 303 … = imx_clk_mux("csi_sel", base + 0x3c, 9, 2, csi_sels, ARRAY_SIZE(csi_sels)); in imx6sl_clocks_init()
|
D | clk-imx6sx.c | 65 static const char *csi_sels[] = { "osc", "pll2_pfd2_396m", "pll3_120m", "pll3_pfd1_540m", }; variable 309 …clk_mux("csi_sel", base + 0x3c, 9, 2, csi_sels, ARRAY_SIZE(csi_sels)); in imx6sx_clocks_init()
|