Searched refs:periph2_clk2_sels (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
H A D | clk-imx6sl.c | 42 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "pll2_bus", }; variable 304 clks[IMX6SL_CLK_PERIPH2_CLK2_SEL] = imx_clk_mux("periph2_clk2_sel", base + 0x18, 20, 1, periph2_clk2_sels, ARRAY_SIZE(periph2_clk2_sels)); imx6sl_clocks_init()
|
H A D | clk-imx6ul.c | 44 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "osc", }; variable 229 clks[IMX6UL_CLK_PERIPH2_CLK2_SEL] = imx_clk_mux("periph2_clk2_sel", base + 0x18, 20, 1, periph2_clk2_sels, ARRAY_SIZE(periph2_clk2_sels)); imx6ul_clocks_init()
|
H A D | clk-imx6q.c | 31 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "pll2_bus", }; variable 287 clk[IMX6QDL_CLK_PERIPH2_CLK2_SEL] = imx_clk_mux("periph2_clk2_sel", base + 0x18, 20, 1, periph2_clk2_sels, ARRAY_SIZE(periph2_clk2_sels)); imx6q_clocks_init()
|
H A D | clk-imx6sx.c | 33 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "osc", }; variable 283 clks[IMX6SX_CLK_PERIPH2_CLK2_SEL] = imx_clk_mux("periph2_clk2_sel", base + 0x18, 20, 1, periph2_clk2_sels, ARRAY_SIZE(periph2_clk2_sels)); imx6sx_clocks_init()
|
Completed in 72 milliseconds