Searched refs:s5pv210_dram_conf (Results 1 – 1 of 1) sorted by relevance
110 static struct dram_conf s5pv210_dram_conf[2]; variable215 tmp = s5pv210_dram_conf[ch].freq; in s5pv210_set_refresh()219 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh()540 s5pv210_dram_conf[0].refresh = (readl_relaxed(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init()541 s5pv210_dram_conf[0].freq = clk_get_rate(dmc0_clk); in s5pv210_cpu_init()543 s5pv210_dram_conf[1].refresh = (readl_relaxed(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()544 s5pv210_dram_conf[1].freq = clk_get_rate(dmc1_clk); in s5pv210_cpu_init()