Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_DDR_SIZE (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c44 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
90 return CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c121 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram()
130 #if (CONFIG_SYS_DDR_SIZE != 128) in fixed_sdram()
/openbmc/u-boot/board/sbc8349/
H A Dsbc8349.c78 u32 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram()
85 #if (CONFIG_SYS_DDR_SIZE != 256) in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c252 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
258 #if (CONFIG_SYS_DDR_SIZE != 512) in fixed_sdram()
285 return CONFIG_SYS_DDR_SIZE; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c95 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
125 return CONFIG_SYS_DDR_SIZE; in fixed_sdram()
/openbmc/u-boot/board/ids/ids8313/
H A Dids8313.c54 u32 msize = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram()
107 u32 msize = CONFIG_SYS_DDR_SIZE << 20; in setup_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c90 u32 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram()
97 #if (CONFIG_SYS_DDR_SIZE != 256) in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c32 u32 ddr_size = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram()
79 return CONFIG_SYS_DDR_SIZE; in fixed_sdram()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c312 msize = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram()
317 if (CONFIG_SYS_DDR_SIZE != msize) { in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c32 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/board/mpc8308_p1m/
H A Dsdram.c28 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dsdram.c33 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c44 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/include/configs/km/
H A Dkm83xx-common.h51 #define CONFIG_SYS_DDR_SIZE 2048 /* MB */ macro
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c102 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram()
/openbmc/u-boot/board/ve8313/
H A Dve8313.c34 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
/openbmc/u-boot/include/configs/
H A Dmpc8308_p1m.h134 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
H A DMPC8308RDB.h131 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
H A DMPC8323ERDB.h85 #define CONFIG_SYS_DDR_SIZE 64 /* MB */ macro
H A Dve8313.h56 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
H A Dids8313.h103 #define CONFIG_SYS_DDR_SIZE 256 /* MB */ macro
H A DMPC832XEMDS.h93 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
H A Dvme8349.h448 #if (CONFIG_SYS_DDR_SIZE == 512)
H A Dsbc8349.h93 #define CONFIG_SYS_DDR_SIZE 256 /* MB */ macro
H A DMPC8315ERDB.h106 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro

12