Searched refs:dram_pll_bypass_sels (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/imx/ |
H A D | clk-imx8mn.c | 31 static const char * const dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 374 …_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass… in imx8mn_clocks_probe()
|
H A D | clk-imx8mm.c | 32 static const char *dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 352 …_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass… in imx8mm_clocks_probe()
|