Home
last modified time | relevance | path

Searched defs:exynos5_dmc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c152 struct exynos5_dmc { struct
153 struct device *dev;
154 struct devfreq *df;
155 struct devfreq_simple_ondemand_data gov_data;
156 void __iomem *base_drexi0;
157 void __iomem *base_drexi1;
158 struct regmap *clk_regmap;
160 struct mutex lock;
161 unsigned long curr_rate;
162 unsigned long curr_volt;
[all …]
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddmc.h114 struct exynos5_dmc { struct
115 unsigned int concontrol;
116 unsigned int memcontrol;
117 unsigned int memconfig0;
118 unsigned int memconfig1;
119 unsigned int directcmd;
120 unsigned int prechconfig;
121 unsigned int phycontrol0;
122 unsigned char res1[0xc];
123 unsigned int pwrdnconfig;
[all …]