Searched refs:axi_sels (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-imx6sll.c | 33 static const char *axi_sels[] = {"periph", "axi_alt_sel", }; variable 197 …_SEL] = imx_clk_hw_mux_flags("axi_sel", base + 0x14, 6, 1, axi_sels, ARRAY_SIZE(axi_sels), 0); in imx6sll_clocks_init()
|
D | clk-imx6ul.c | 32 static const char *axi_sels[] = {"periph", "axi_alt_sel", }; variable 240 …XI_SEL] = imx_clk_hw_mux_flags("axi_sel", base + 0x14, 6, 1, axi_sels, ARRAY_SIZE(axi_sels), 0); in imx6ul_clocks_init()
|
D | clk-imx6q.c | 30 static const char *axi_sels[] = { "periph", "pll2_pfd2_396m", "periph", "pll3_pfd1_540m", }; variable 612 … = imx_clk_hw_mux("axi_sel", base + 0x14, 6, 2, axi_sels, ARRAY_SIZE(axi_sels)); in imx6q_clocks_init()
|