Searched refs:axi_sels (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/imx/ |
D | clk-imx6ul.c | 40 static const char *axi_sels[] = {"periph", "axi_alt_sel", }; variable 241 …K_AXI_SEL] = imx_clk_mux_flags("axi_sel", base + 0x14, 6, 1, axi_sels, ARRAY_SIZE(axi_sels), 0); in imx6ul_clocks_init()
|
D | clk-imx6q.c | 34 static const char *axi_sels[] = { "periph", "pll2_pfd2_396m", "periph", "pll3_pfd1_540m", }; variable 569 … = imx_clk_mux("axi_sel", base + 0x14, 6, 2, axi_sels, ARRAY_SIZE(axi_sels)); in imx6q_clocks_init()
|