Searched refs:s5pv210_dram_conf (Results 1 – 1 of 1) sorted by relevance
108 static struct dram_conf s5pv210_dram_conf[2]; variable213 tmp = s5pv210_dram_conf[ch].freq; in s5pv210_set_refresh()217 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh()543 s5pv210_dram_conf[0].refresh = (__raw_readl(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init()544 s5pv210_dram_conf[0].freq = clk_get_rate(dmc0_clk); in s5pv210_cpu_init()546 s5pv210_dram_conf[1].refresh = (__raw_readl(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()547 s5pv210_dram_conf[1].freq = clk_get_rate(dmc1_clk); in s5pv210_cpu_init()