/external/u-boot/include/configs/ |
D | M54455EVB.h | 247 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 251 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 252 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 256 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 257 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 268 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 335 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 343 #define CONFIG_SYS_ATMEL_BASE CONFIG_SYS_CS0_BASE 346 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M52277EVB.h | 175 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 176 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 179 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 180 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 190 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 238 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 242 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M54451EVB.h | 191 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 200 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 245 #define CONFIG_SYS_CS0_BASE 0x00000000 macro 249 #define CONFIG_SYS_SPANSION_BASE CONFIG_SYS_CS0_BASE
|
D | M5235EVB.h | 153 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 194 # define CONFIG_SYS_CS0_BASE 0xFFC00000 macro 198 # define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
D | M54418TWR.h | 227 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 240 #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 291 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
D | M5475EVB.h | 193 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 199 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 244 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | M5485EVB.h | 181 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 187 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 231 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | M5249EVB.h | 81 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 137 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
D | M5275EVB.h | 126 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 176 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
D | M5282EVB.h | 118 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 174 #define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
D | M5208EVBE.h | 138 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 174 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M53017EVB.h | 159 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 196 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M5329EVB.h | 164 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 201 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M5373EVB.h | 164 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 201 #define CONFIG_SYS_CS0_BASE 0 macro
|
D | M5253DEMO.h | 144 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 187 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
D | eb_cpu5282.h | 133 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 167 #define CONFIG_SYS_CS0_BASE 0xFF000000 macro
|
D | amcore.h | 94 #define CONFIG_SYS_CS0_BASE (CONFIG_SYS_FLASH_BASE>>16) macro
|
D | astro_mcf5373l.h | 220 #define CONFIG_SYS_CS0_BASE 0 macro
|
/external/u-boot/arch/m68k/cpu/mcf530x/ |
D | cpu_init.c | 42 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && \ in init_csm() 44 out_be16(&csm->csar0, CONFIG_SYS_CS0_BASE); in init_csm() 47 MCF5307_SP_ERR_FIX(CONFIG_SYS_CS0_BASE, csm->csmr0); in init_csm()
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | cpu_init.c | 31 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in init_fbcs() 32 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in init_fbcs() 247 #ifdef CONFIG_SYS_CS0_BASE in cpu_init_f() 253 if (CONFIG_SYS_CS0_BASE != 0) in cpu_init_f() 254 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 | 39 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 42 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f() 231 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 233 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf5227x/ |
D | cpu_init.c | 58 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 60 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | cpu_init.c | 46 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 47 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf523x/ |
D | cpu_init.c | 54 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 55 out_be_fbcs_reg(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|