Searched refs:periph_clk2_sels (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
H A D | clk-imx6sl.c | 41 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 305 clks[IMX6SL_CLK_PERIPH_CLK2_SEL] = imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels)); imx6sl_clocks_init()
|
H A D | clk-imx6ul.c | 43 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable 228 clks[IMX6UL_CLK_PERIPH_CLK2_SEL] = imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels)); imx6ul_clocks_init()
|
H A D | clk-imx6q.c | 30 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 286 clk[IMX6QDL_CLK_PERIPH_CLK2_SEL] = imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels)); imx6q_clocks_init()
|
H A D | clk-imx6sx.c | 32 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable 282 clks[IMX6SX_CLK_PERIPH_CLK2_SEL] = imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels)); imx6sx_clocks_init()
|
Completed in 53 milliseconds