Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/gdsys/mpc8308/
Dsdram.c58 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/mpc8308_p1m/
Dsdram.c51 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8308rdb/
Dsdram.c55 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/
Dsdram.c76 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc832xemds/
Dmpc832xemds.c144 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/
Dsdram.c87 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE_2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/drivers/ram/
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()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8323erdb/
Dmpc8323erdb.c125 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xerdb/
Dmpc837xerdb.c119 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/ids/ids8313/
Dids8313.c88 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/ve8313/
Dve8313.c74 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE_2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349emds/
Dmpc8349emds.c110 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/keymile/km83xx/
Dkm83xx.c227 out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dspd_sdram.c706 ddr->sdram_mode2 = 0; in spd_sdram()
707 debug("DDR: sdram_mode2 = 0x%08x\n", ddr->sdram_mode2); in spd_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xemds/
Dmpc837xemds.c279 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dimmap_83xx.h301 u32 sdram_mode2; /* SDRAM Mode Configuration 2 */ member