Searched refs:csi_sels (Results 1 – 3 of 3) sorted by relevance
/drivers/clk/imx/ |
D | clk-imx6sl.c | 41 static const char *csi_sels[] = { "osc", "pll2_pfd2", "pll3_120m", "pll3_pfd1", }; variable 307 … = imx_clk_hw_mux("csi_sel", base + 0x3c, 9, 2, csi_sels, ARRAY_SIZE(csi_sels)); in imx6sl_clocks_init()
|
D | clk-imx6ul.c | 57 static const char *csi_sels[] = { "osc", "pll2_pfd2_396m", "pll3_120m", "pll3_pfd1_540m", }; variable 164 …CSI_SEL] = imx_clk_hw_mux_flags("csi_sel", base + 0x3c, 9, 2, csi_sels, ARRAY_SIZE(csi_sels), CLK_… in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 56 static const char *csi_sels[] = { "osc", "pll2_pfd2_396m", "pll3_120m", "pll3_pfd1_540m", }; variable 307 …_hw_mux("csi_sel", base + 0x3c, 9, 2, csi_sels, ARRAY_SIZE(csi_sels)); in imx6sx_clocks_init()
|