Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_DDR_BASE (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/u-boot/include/configs/km/
H A Dkm83xx-common.h52 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
53 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
56 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmpc8308_p1m.h125 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
126 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
127 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DTQM834x.h52 #define CONFIG_SYS_DDR_BASE 0x00000000 macro
53 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
54 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8308RDB.h123 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
124 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
125 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dve8313.h54 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro
55 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
56 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8323ERDB.h75 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
76 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
77 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dids8313.h99 #define CONFIG_SYS_DDR_BASE 0x00000000 macro
100 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
101 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC832XEMDS.h85 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
86 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
87 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dsbc8349.h79 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro
80 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
81 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8315ERDB.h97 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
98 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
99 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dvme8349.h88 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is sys memory*/ macro
89 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
90 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dhrcon.h113 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
114 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
115 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8349ITX.h166 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro
167 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
168 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC837XERDB.h134 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
135 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
136 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8313ERDB.h120 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro
121 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
122 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC837XEMDS.h111 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
112 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
113 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A Dstrider.h115 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory */ macro
116 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
117 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
H A DMPC8349EMDS.h84 #define CONFIG_SYS_DDR_BASE 0x00000000 /* DDR is system memory*/ macro
85 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_BASE
86 #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_DDR_BASE
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c76 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE; in dram_init()
82 CONFIG_SYS_DDR_BASE + (cs * DDR_MAX_SIZE_PER_CS), in dram_init()
106 (long *)(CONFIG_SYS_DDR_BASE + size)); in dram_init()
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c315 msize = get_ram_size(CONFIG_SYS_DDR_BASE, msize); in fixed_sdram()
342 CONFIG_SYS_DDR_BASE & LAWBAR_BAR); in dram_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c102 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dvme8349.c42 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dsbc8349.c49 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c82 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c84 msize = get_ram_size (CONFIG_SYS_DDR_BASE, msize); in fixed_sdram()

12