axi_sels           29 drivers/clk/imx/clk-imx6q.c static const char *axi_sels[]		= { "periph", "pll2_pfd2_396m", "periph", "pll3_pfd1_540m", };
axi_sels          616 drivers/clk/imx/clk-imx6q.c 	hws[IMX6QDL_CLK_AXI_SEL]          = imx_clk_hw_mux("axi_sel",          base + 0x14, 6,  2, axi_sels,          ARRAY_SIZE(axi_sels));
axi_sels           33 drivers/clk/imx/clk-imx6sll.c static const char *axi_sels[] = {"periph", "axi_alt_sel", };
axi_sels          213 drivers/clk/imx/clk-imx6sll.c 	hws[IMX6SLL_CLK_AXI_SEL]	  = imx_clk_hw_mux_flags("axi_sel",   base + 0x14, 6,  1, axi_sels, ARRAY_SIZE(axi_sels), 0);
axi_sels           32 drivers/clk/imx/clk-imx6ul.c static const char *axi_sels[] = {"periph", "axi_alt_sel", };
axi_sels          241 drivers/clk/imx/clk-imx6ul.c 	hws[IMX6UL_CLK_AXI_SEL]	  = imx_clk_hw_mux_flags("axi_sel",	base + 0x14, 6,  1, axi_sels, ARRAY_SIZE(axi_sels), 0);