Home
last modified time | relevance | path

Searched refs:fdvfs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Dmediatek-cpufreq-hw.c43 void __iomem *fdvfs; member
74 priv->fdvfs = devm_of_iomap(priv->dev, priv->dev->of_node, 0, NULL); in mtk_cpufreq_hw_mt8196_init()
75 if (IS_ERR(priv->fdvfs)) in mtk_cpufreq_hw_mt8196_init()
76 return dev_err_probe(priv->dev, PTR_ERR(priv->fdvfs), in mtk_cpufreq_hw_mt8196_init()
132 writel_relaxed(target_freq, priv->fdvfs + cpu * 4); in mtk_cpufreq_hw_fdvfs_switch()
142 if (data->parent->fdvfs) { in mtk_cpufreq_hw_target_index()
178 if (data->parent->fdvfs) in mtk_cpufreq_hw_fast_switch()