Searched refs:periph_clk2_sels (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-imx6sl.c | 39 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 301 …x_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6sl_clocks_init()
|
D | clk-imx6sll.c | 36 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable 200 …mx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6sll_clocks_init()
|
D | clk-imx6ul.c | 35 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "pll2_bypass_src", }; variable 243 …mx_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 25 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", }; variable 270 …ux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6sx_clocks_init()
|
D | clk-imx6q.c | 26 static const char *periph_clk2_sels[] = { "pll3_usb_otg", "osc", "osc", "dummy", }; variable 610 …x_clk_hw_mux("periph_clk2_sel", base + 0x18, 12, 2, periph_clk2_sels, ARRAY_SIZE(periph_clk2_sel… in imx6q_clocks_init()
|