Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dsdram.c57 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c56 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dsdram.c52 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c77 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c88 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE_2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c144 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c121 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c119 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c74 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ids/ids8313/
H A Dids8313.c89 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c703 ddr->sdram_mode2 = 0; in spd_sdram()
704 debug("DDR: sdram_mode2 = 0x%08x\n", ddr->sdram_mode2); in spd_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c111 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c307 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c279 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h302 u32 sdram_mode2; /* SDRAM Mode Configuration 2 */ member