Searched refs:periph_clk2_sels (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 42 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 302 … imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6sl_clocks_init()
|
D | clk-imx6q.c | 31 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 272 … imx_clk_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6q_clocks_init()
|
D | clk-imx6sx.c | 33 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable 279 …ux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6sx_clocks_init()
|