Home
last modified time | relevance | path

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

/arch/powerpc/cpu/mpc83xx/
A Dspd_sdram.c666 ddr->sdram_mode = 0x50 | burstlen; /* CL=1.5 */ in spd_sdram()
669 ddr->sdram_mode = 0x20 | burstlen; /* CL=2.0 */ in spd_sdram()
672 ddr->sdram_mode = 0x60 | burstlen; /* CL=2.5 */ in spd_sdram()
675 ddr->sdram_mode = 0x30 | burstlen; /* CL=3.0 */ in spd_sdram()
692 ddr->sdram_mode = in spd_sdram()
705 debug("DDR:sdram_mode=0x%08x\n", ddr->sdram_mode); in spd_sdram()
/arch/powerpc/include/asm/
A Dimmap_83xx.h293 u32 sdram_mode; /* SDRAM Mode Configuration */ member

Completed in 10 milliseconds