Searched refs:s5pv210_dram_conf (Results 1 – 1 of 1) sorted by relevance
43 static struct dram_conf s5pv210_dram_conf[2]; variable112 tmp = s5pv210_dram_conf[ch].freq; in s5pv210_set_refresh()116 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh()450 s5pv210_dram_conf[0].refresh = (__raw_readl(S5P_VA_DMC0 + 0x30) * 1000); in s5pv210_cpu_init()451 s5pv210_dram_conf[0].freq = clk_get_rate(dmc0_clk); in s5pv210_cpu_init()453 s5pv210_dram_conf[1].refresh = (__raw_readl(S5P_VA_DMC1 + 0x30) * 1000); in s5pv210_cpu_init()454 s5pv210_dram_conf[1].freq = clk_get_rate(dmc1_clk); in s5pv210_cpu_init()