Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c148 unsigned int refresh_clk; in spd_sdram() local
709 refresh_clk = picos_to_clk(15625000); in spd_sdram()
713 refresh_clk = picos_to_clk(3900000); in spd_sdram()
717 refresh_clk = picos_to_clk(7800000); in spd_sdram()
721 refresh_clk = picos_to_clk(31300000); in spd_sdram()
725 refresh_clk = picos_to_clk(62500000); in spd_sdram()
729 refresh_clk = picos_to_clk(125000000); in spd_sdram()
732 refresh_clk = 0x512; in spd_sdram()
740 ddr->sdram_interval = ((refresh_clk & 0x3fff) << 16) | 0x100; in spd_sdram()