Home
last modified time | relevance | path

Searched refs:dram_pll (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/devfreq/
H A Dimx8m-ddrc.c41 * | dram_pll |-------|M| dram_core | |
56 * The dram_pll is used for higher rates and dram_alt is used for lower rates.
71 struct clk *dram_pll; member
215 clk_get_rate(priv->dram_pll); in imx8m_ddrc_set_freq()
324 /* dram_core has 2 options: dram_pll or dram_alt_root */ in imx8m_ddrc_init_freq_info()
403 priv->dram_pll = devm_clk_get(dev, "pll"); in imx8m_ddrc_probe()
404 if (IS_ERR(priv->dram_pll)) { in imx8m_ddrc_probe()
405 ret = PTR_ERR(priv->dram_pll); in imx8m_ddrc_probe()
/kernel/linux/linux-6.6/drivers/devfreq/
H A Dimx8m-ddrc.c41 * | dram_pll |-------|M| dram_core | |
56 * The dram_pll is used for higher rates and dram_alt is used for lower rates.
71 struct clk *dram_pll; member
215 clk_get_rate(priv->dram_pll); in imx8m_ddrc_set_freq()
312 /* dram_core has 2 options: dram_pll or dram_alt_root */ in imx8m_ddrc_init_freq_info()
391 priv->dram_pll = devm_clk_get(dev, "pll"); in imx8m_ddrc_probe()
392 if (IS_ERR(priv->dram_pll)) { in imx8m_ddrc_probe()
393 ret = PTR_ERR(priv->dram_pll); in imx8m_ddrc_probe()

Completed in 2 milliseconds