Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
H A Darmada-37xx-periph.c86 struct regmap *nb_pm_base; member
434 if (armada_3700_pm_dvfs_is_enabled(pm_cpu->nb_pm_base)) { in clk_pm_cpu_get_parent()
435 val = armada_3700_pm_dvfs_get_cpu_parent(pm_cpu->nb_pm_base); in clk_pm_cpu_get_parent()
450 if (armada_3700_pm_dvfs_is_enabled(pm_cpu->nb_pm_base)) in clk_pm_cpu_recalc_rate()
451 div = armada_3700_pm_dvfs_get_cpu_div(pm_cpu->nb_pm_base); in clk_pm_cpu_recalc_rate()
461 struct regmap *base = pm_cpu->nb_pm_base; in clk_pm_cpu_determine_rate()
563 struct regmap *base = pm_cpu->nb_pm_base; in clk_pm_cpu_set_rate()
686 pmcpu_clk->nb_pm_base = map; in armada_3700_add_composite_clk()