/openbmc/u-boot/board/freescale/mpc8349emds/ |
H A D | mpc8349emds.c | 102 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram() 122 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram() 125 im->ddr.cs_config[0] = 0; in fixed_sdram() 126 im->ddr.cs_config[1] = 0; in fixed_sdram() 127 im->ddr.cs_config[3] = 0; in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc8349itx/ |
H A D | mpc8349itx.c | 46 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 49 im->ddr.cs_config[1] = 0; in fixed_sdram() 50 im->ddr.cs_config[2] = 0; in fixed_sdram() 51 im->ddr.cs_config[3] = 0; in fixed_sdram() 54 debug("cs0_config = 0x%08x\n", im->ddr.cs_config[0]); in fixed_sdram()
|
/openbmc/u-boot/board/sbc8349/ |
H A D | sbc8349.c | 96 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram() 99 im->ddr.cs_config[0] = 0; in fixed_sdram() 100 im->ddr.cs_config[1] = 0; in fixed_sdram() 101 im->ddr.cs_config[3] = 0; in fixed_sdram()
|
/openbmc/u-boot/board/ids/ids8313/ |
H A D | ids8313.c | 72 out_be32(&im->ddr.cs_config[0], config); in fixed_sdram() 75 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram() 76 out_be32(&im->ddr.cs_config[2], 0); in fixed_sdram() 77 out_be32(&im->ddr.cs_config[3], 0); in fixed_sdram()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | spd_sdram.c | 222 ddr->cs_config[0] = ( 1 << 31 in spd_sdram() 230 debug("cs0_config = 0x%08x\n",ddr->cs_config[0]); in spd_sdram() 235 ddr->cs_config[1] = ( 1<<31 in spd_sdram() 242 debug("cs1_config = 0x%08x\n",ddr->cs_config[1]); in spd_sdram() 247 ddr->cs_config[2] = ( 1 << 31 in spd_sdram() 255 debug("cs2_config = 0x%08x\n",ddr->cs_config[2]); in spd_sdram() 260 ddr->cs_config[3] = ( 1<<31 in spd_sdram() 267 debug("cs3_config = 0x%08x\n",ddr->cs_config[3]); in spd_sdram()
|
/openbmc/u-boot/board/freescale/mpc8308rdb/ |
H A D | sdram.c | 41 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 44 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
|
/openbmc/u-boot/board/mpc8308_p1m/ |
H A D | sdram.c | 37 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 40 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
|
/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | sdram.c | 42 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 45 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc8315erdb/ |
H A D | sdram.c | 58 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 61 im->ddr.cs_config[1] = 0; in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc8313erdb/ |
H A D | sdram.c | 67 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram() 70 im->ddr.cs_config[1] = 0; in fixed_sdram()
|
/openbmc/u-boot/board/ve8313/ |
H A D | ve8313.c | 58 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram() 61 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc832xemds/ |
H A D | mpc832xemds.c | 135 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | mpc8323erdb.c | 113 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
|
/openbmc/u-boot/board/freescale/mpc837xerdb/ |
H A D | mpc837xerdb.c | 108 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
|
/openbmc/u-boot/drivers/ram/ |
H A D | mpc83xx_sdram.c | 283 out_be32(&im->ddr.cs_config[cs], CSCONFIG_ENABLE | auto_precharge | in mpc83xx_sdram_static_init() 362 out_be32(&im->ddr.cs_config[0], 0); in mpc83xx_sdram_probe() 363 out_be32(&im->ddr.cs_config[1], 0); in mpc83xx_sdram_probe()
|
/openbmc/u-boot/board/keymile/km83xx/ |
H A D | km83xx.c | 298 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
|
/openbmc/u-boot/board/tqc/tqm834x/ |
H A D | tqm834x.c | 339 im->ddr.cs_config[cs] = config; in set_cs_config()
|
/openbmc/u-boot/board/freescale/mpc837xemds/ |
H A D | mpc837xemds.c | 268 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_83xx.h | 292 u32 cs_config[4]; /* Chip Select x Configuration */ member
|