Searched refs:periph_clk2_sels (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk-imx6sll.c36 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable
200 hws[IMX6SLL_CLK_PERIPH_CLK2_SEL] = imx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels));
H A Dclk-imx6sl.c39 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable
301 hws[IMX6SL_CLK_PERIPH_CLK2_SEL] = imx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels));
H A Dclk-imx6ul.c36 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "pll2_bypass_src", }; variable
258 hws[IMX6UL_CLK_PERIPH_CLK2_SEL] = imx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels));
H A Dclk-imx6sx.c25 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable
271 hws[IMX6SX_CLK_PERIPH_CLK2_SEL] = imx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels));
H A Dclk-imx6q.c27 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable
615 hws[IMX6QDL_CLK_PERIPH_CLK2_SEL] = imx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sels));

Completed in 176 milliseconds