Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c53 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/mpc8308_p1m/
H A Dsdram.c49 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dsdram.c54 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c74 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c141 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c85 im->ddr.sdram_cfg2 = CONFIG_SYS_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c348 u32 sdram_cfg2; in mpc83xx_sdram_probe() local
988 sdram_cfg2 = force_self_refresh << SDRAM_CFG2_FRC_SR_SHIFT | in mpc83xx_sdram_probe()
994 out_be32(&im->ddr.sdram_cfg2, sdram_cfg2); in mpc83xx_sdram_probe()
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c119 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c116 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/board/ve8313/
H A Dve8313.c71 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/ids/ids8313/
H A Dids8313.c85 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c108 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c754 ddr->sdram_cfg2 = (0 in spd_sdram()
760 debug("DDR: sdram_cfg2 = 0x%08x\n", ddr->sdram_cfg2); in spd_sdram()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c304 out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c276 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2; in fixed_sdram()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h299 u32 sdram_cfg2; /* SDRAM Control Configuration 2 */ member