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