Searched refs:pll2_bypass_sels (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 68 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 224 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6sl_clocks_init()
|
D | clk-vf610.c | 80 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 182 … = imx_clk_mux_flags("pll2_bypass", PLL2_CTRL, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in vf610_clocks_init()
|
D | clk-imx6q.c | 78 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 169 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6q_clocks_init()
|
D | clk-imx6sx.c | 86 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 179 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6sx_clocks_init()
|