HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_DDR_SIZE (Results 1 - 25 of 32) sorted by null

1 2

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

Completed in 1410 milliseconds

1 2