/external/u-boot/include/configs/ |
D | M54455EVB.h | 262 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 269 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 270 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 277 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 278 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 296 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 363 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 371 #define CONFIG_SYS_ATMEL_BASE CONFIG_SYS_CS0_BASE 374 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M52277EVB.h | 190 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 191 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 197 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 198 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 215 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 263 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 267 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M54451EVB.h | 215 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 228 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 273 #define CONFIG_SYS_CS0_BASE 0x00000000 macro 277 #define CONFIG_SYS_SPANSION_BASE CONFIG_SYS_CS0_BASE
|
D | M5235EVB.h | 157 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 208 # define CONFIG_SYS_CS0_BASE 0xFFC00000 macro 212 # define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
D | M5485EVB.h | 183 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 192 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 238 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | M5475EVB.h | 195 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 204 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 251 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | M54418TWR.h | 256 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 272 #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 328 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M5249EVB.h | 86 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 145 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
D | M5253EVBE.h | 118 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 148 #define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
D | M5275EVB.h | 134 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 186 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
D | M5282EVB.h | 121 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 180 #define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
D | M5208EVBE.h | 142 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 181 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M53017EVB.h | 164 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 204 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M5329EVB.h | 168 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 207 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M5373EVB.h | 168 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 207 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | eb_cpu5282.h | 139 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 176 #define CONFIG_SYS_CS0_BASE 0xFF000000 macro
|
D | M5253DEMO.h | 151 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 196 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | amcore.h | 104 #define CONFIG_SYS_CS0_BASE (CONFIG_SYS_FLASH_BASE>>16) macro
|
/external/u-boot/arch/m68k/cpu/mcf530x/ |
D | cpu_init.c | 41 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && \ in init_csm() 43 out_be16(&csm->csar0, CONFIG_SYS_CS0_BASE); in init_csm() 46 MCF5307_SP_ERR_FIX(CONFIG_SYS_CS0_BASE, csm->csmr0); in init_csm()
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | cpu_init.c | 30 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in init_fbcs() 31 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in init_fbcs() 207 #ifdef CONFIG_SYS_CS0_BASE in cpu_init_f() 213 if (CONFIG_SYS_CS0_BASE != 0) in cpu_init_f() 214 setvbr(CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
D | start.S | 161 #ifdef CONFIG_SYS_CS0_BASE 164 move.l #(CONFIG_SYS_CS0_BASE), (%a1) 346 #ifdef CONFIG_SYS_CS0_BASE 349 move.l #(CONFIG_SYS_CS0_BASE), (%a1)
|
/external/u-boot/arch/m68k/cpu/mcf532x/ |
D | cpu_init.c | 38 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 41 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f() 230 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 232 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | cpu_init.c | 45 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 46 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf523x/ |
D | cpu_init.c | 53 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 54 out_be_fbcs_reg(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf5227x/ |
D | cpu_init.c | 48 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 50 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|