Searched defs:exynos5_dmc (Results 1 – 1 of 1) sorted by relevance
153 struct exynos5_dmc { struct154 struct device *dev;155 struct devfreq *df;156 struct devfreq_simple_ondemand_data gov_data;157 void __iomem *base_drexi0;158 void __iomem *base_drexi1;159 struct regmap *clk_regmap;161 struct mutex lock;162 unsigned long curr_rate;163 unsigned long curr_volt;[all …]