/external/u-boot/board/freescale/mpc8315erdb/ |
D | sdram.c | 44 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram() 90 return CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/board/freescale/mpc832xemds/ |
D | mpc832xemds.c | 121 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram() 130 #if (CONFIG_SYS_DDR_SIZE != 128) in fixed_sdram()
|
/external/u-boot/board/freescale/mpc837xemds/ |
D | mpc837xemds.c | 252 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()
|
/external/u-boot/board/sbc8349/ |
D | sbc8349.c | 78 u32 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram() 85 #if (CONFIG_SYS_DDR_SIZE != 256) in fixed_sdram()
|
/external/u-boot/board/freescale/mpc837xerdb/ |
D | mpc837xerdb.c | 95 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram() 125 return CONFIG_SYS_DDR_SIZE; in fixed_sdram()
|
/external/u-boot/board/ids/ids8313/ |
D | ids8313.c | 54 u32 msize = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram() 107 u32 msize = CONFIG_SYS_DDR_SIZE << 20; in setup_sdram()
|
/external/u-boot/board/freescale/mpc8349itx/ |
D | mpc8349itx.c | 32 u32 ddr_size = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram() 79 return CONFIG_SYS_DDR_SIZE; in fixed_sdram()
|
/external/u-boot/board/freescale/mpc8349emds/ |
D | mpc8349emds.c | 90 u32 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram() 97 #if (CONFIG_SYS_DDR_SIZE != 256) in fixed_sdram()
|
/external/u-boot/board/keymile/km83xx/ |
D | km83xx.c | 312 msize = CONFIG_SYS_DDR_SIZE << 20; in fixed_sdram() 317 if (CONFIG_SYS_DDR_SIZE != msize) { in fixed_sdram()
|
/external/u-boot/board/gdsys/mpc8308/ |
D | sdram.c | 33 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/board/freescale/mpc8308rdb/ |
D | sdram.c | 32 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/board/mpc8308_p1m/ |
D | sdram.c | 28 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/board/freescale/mpc8313erdb/ |
D | sdram.c | 44 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/include/configs/km/ |
D | km83xx-common.h | 52 #define CONFIG_SYS_DDR_SIZE 2048 /* MB */ macro
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | mpc8323erdb.c | 102 msize = CONFIG_SYS_DDR_SIZE; in fixed_sdram()
|
/external/u-boot/board/ve8313/ |
D | ve8313.c | 34 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024; in fixed_sdram()
|
/external/u-boot/include/configs/ |
D | mpc8308_p1m.h | 134 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
|
D | MPC8323ERDB.h | 85 #define CONFIG_SYS_DDR_SIZE 64 /* MB */ macro
|
D | MPC8308RDB.h | 133 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
|
D | ve8313.h | 56 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
|
D | ids8313.h | 105 #define CONFIG_SYS_DDR_SIZE 256 /* MB */ macro
|
D | MPC832XEMDS.h | 93 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
|
D | MPC8315ERDB.h | 106 #define CONFIG_SYS_DDR_SIZE 128 /* MB */ macro
|
D | vme8349.h | 453 #if (CONFIG_SYS_DDR_SIZE == 512)
|
D | sbc8349.h | 93 #define CONFIG_SYS_DDR_SIZE 256 /* MB */ macro
|