Searched refs:pll2_bypass_sels (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx6sl.c | 67 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 230 … 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 183 … = imx_clk_mux_flags("pll2_bypass", PLL2_CTRL, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in vf610_clocks_init()
|
D | clk-imx6ul.c | 30 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 142 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 85 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 184 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6sx_clocks_init()
|
D | clk-imx6q.c | 77 static const char *pll2_bypass_sels[] = { "pll2", "pll2_bypass_src", }; variable 185 … imx_clk_mux_flags("pll2_bypass", base + 0x30, 16, 1, pll2_bypass_sels, ARRAY_SIZE(pll2_bypass_sel… in imx6q_clocks_init()
|