Searched refs:axi_alt_sels (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx6sll.c | 32 static const char *axi_alt_sels[] = { "pll2_pfd2_396m", "pll3_pfd1_540m", }; variable 196 …] = imx_clk_hw_mux("axi_alt_sel", base + 0x14, 7, 1, axi_alt_sels, ARRAY_SIZE(axi_alt_sels)); in imx6sll_clocks_init()
|
D | clk-imx6ul.c | 32 static const char *axi_alt_sels[] = { "pll2_pfd2_396m", "pll3_pfd1_540m", }; variable 254 …EL] = imx_clk_hw_mux("axi_alt_sel", base + 0x14, 7, 1, axi_alt_sels, ARRAY_SIZE(axi_alt_sels)); in imx6ul_clocks_init()
|