Searched refs:dram_alt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | imx8m-ddrc.c | 51 * | dram_alt |----/ | | 56 * The dram_pll is used for higher rates and dram_alt is used for lower rates. 59 * configuration of the clocks, including mux parents. The dram_alt and 72 struct clk *dram_alt; member 150 priv->dram_alt, in imx8m_ddrc_set_freq() 153 dev_err(dev, "failed to fetch new dram_alt parent\n"); in imx8m_ddrc_set_freq() 179 dev_err(dev, "failed to enable new dram_alt parent: %d\n", in imx8m_ddrc_set_freq() 197 ret = clk_set_parent(priv->dram_alt, new_dram_alt_parent); in imx8m_ddrc_set_freq() 199 dev_warn(dev, "failed to set dram_alt parent: %d\n", in imx8m_ddrc_set_freq() 328 /* dram_apb and dram_alt hav in imx8m_ddrc_init_freq_info() [all...] |
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | imx8m-ddrc.c | 51 * | dram_alt |----/ | | 56 * The dram_pll is used for higher rates and dram_alt is used for lower rates. 59 * configuration of the clocks, including mux parents. The dram_alt and 72 struct clk *dram_alt; member 150 priv->dram_alt, in imx8m_ddrc_set_freq() 153 dev_err(dev, "failed to fetch new dram_alt parent\n"); in imx8m_ddrc_set_freq() 179 dev_err(dev, "failed to enable new dram_alt parent: %d\n", in imx8m_ddrc_set_freq() 197 ret = clk_set_parent(priv->dram_alt, new_dram_alt_parent); in imx8m_ddrc_set_freq() 199 dev_warn(dev, "failed to set dram_alt parent: %d\n", in imx8m_ddrc_set_freq() 316 /* dram_apb and dram_alt hav in imx8m_ddrc_init_freq_info() [all...] |
Completed in 3 milliseconds