Searched refs:pll1_sw_sels (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 38 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 296 … = imx_clk_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)… in imx6sl_clocks_init()
|
D | clk-imx6q.c | 29 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 269 … = imx_clk_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)… in imx6q_clocks_init()
|
D | clk-imx6sx.c | 30 static const char *pll1_sw_sels[] = { "pll1_sys", "step", }; variable 275 …_mux("pll1_sw", base + 0xc, 2, 1, pll1_sw_sels, ARRAY_SIZE(pll1_sw_sels)… in imx6sx_clocks_init()
|