Searched refs:dram_pll_bypass_sels (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-imx8mp.c | 26 static const char * const dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 477 hws[IMX8MP_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", anatop_base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mp_clocks_probe()
|
H A D | clk-imx8mm.c | 32 static const char *dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 347 hws[IMX8MM_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mm_clocks_probe()
|
H A D | clk-imx8mn.c | 31 static const char * const dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 342 hws[IMX8MN_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mn_clocks_probe()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-imx8mm.c | 32 static const char *dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 352 hws[IMX8MM_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mm_clocks_probe()
|
H A D | clk-imx8mp.c | 27 static const char * const dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 466 hws[IMX8MP_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", anatop_base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mp_clocks_probe()
|
H A D | clk-imx8mn.c | 31 static const char * const dram_pll_bypass_sels[] = {"dram_pll", "dram_pll_ref_sel", }; variable 374 hws[IMX8MN_DRAM_PLL_BYPASS] = imx_clk_hw_mux_flags("dram_pll_bypass", base + 0x50, 16, 1, dram_pll_bypass_sels, ARRAY_SIZE(dram_pll_bypass_sels), CLK_SET_RATE_PARENT); in imx8mn_clocks_probe()
|
Completed in 14 milliseconds