Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Ds5pv210-cpufreq.c28 static void __iomem *dmc_base[2]; variable
206 reg = (dmc_base[0] + 0x30); in s5pv210_set_refresh()
208 reg = (dmc_base[1] + 0x30); in s5pv210_set_refresh()
531 mem_type = check_mem_type(dmc_base[0]); in s5pv210_cpu_init()
540 s5pv210_dram_conf[0].refresh = (readl_relaxed(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init()
543 s5pv210_dram_conf[1].refresh = (readl_relaxed(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()
613 if (id < 0 || id >= ARRAY_SIZE(dmc_base)) { in s5pv210_cpufreq_probe()
620 dmc_base[id] = of_iomap(np, 0); in s5pv210_cpufreq_probe()
621 if (!dmc_base[id]) { in s5pv210_cpufreq_probe()
629 for (id = 0; id < ARRAY_SIZE(dmc_base); ++id) { in s5pv210_cpufreq_probe()
[all …]