Searched refs:pll1_sw_sels (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
H A D | clk-imx6sl.c | 37 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 299 clks[IMX6SL_CLK_PLL1_SW] = imx_clk_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)); imx6sl_clocks_init()
|
H A D | clk-imx6ul.c | 38 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 223 clks[IMX6UL_CLK_PLL1_SW] = imx_clk_mux_flags("pll1_sw", base + 0x0c, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels), 0); imx6ul_clocks_init()
|
H A D | clk-imx6q.c | 28 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 283 clk[IMX6QDL_CLK_PLL1_SW] = imx_clk_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)); imx6q_clocks_init()
|
H A D | clk-imx6sx.c | 29 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 278 clks[IMX6SX_CLK_PLL1_SW] = imx_clk_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)); imx6sx_clocks_init()
|
Completed in 74 milliseconds