Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c55 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/openbmc/u-boot/board/mpc8308_p1m/
H A Dsdram.c51 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dsdram.c56 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c76 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c143 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c87 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE_2; in fixed_sdram()
/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c354 u32 sdram_mode2; in mpc83xx_sdram_probe() local
1026 sdram_mode2 = esdmode2 << SDRAM_MODE2_ESD2_SHIFT | in mpc83xx_sdram_probe()
1029 out_be32(&im->ddr.sdram_mode2, sdram_mode2); in mpc83xx_sdram_probe()
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c121 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c118 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/board/ve8313/
H A Dve8313.c73 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/openbmc/u-boot/board/ids/ids8313/
H A Dids8313.c88 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c110 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c704 ddr->sdram_mode2 = 0; in spd_sdram()
705 debug("DDR: sdram_mode2 = 0x%08x\n", ddr->sdram_mode2); in spd_sdram()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c306 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c278 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h301 u32 sdram_mode2; /* SDRAM Mode Configuration 2 */ member