| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | M54455EVB.h | 269 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 276 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 277 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 284 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 285 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 303 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 370 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 378 #define CONFIG_SYS_ATMEL_BASE CONFIG_SYS_CS0_BASE 381 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
| H A D | M52277EVB.h | 197 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 198 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 204 # define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 205 # define CONFIG_SYS_FLASH0_BASE CONFIG_SYS_CS0_BASE 222 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 270 #define CONFIG_SYS_CS0_BASE 0x04000000 macro 274 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
| H A D | M54451EVB.h | 221 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 234 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 279 #define CONFIG_SYS_CS0_BASE 0x00000000 macro 283 #define CONFIG_SYS_SPANSION_BASE CONFIG_SYS_CS0_BASE
|
| H A D | M5235EVB.h | 162 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 213 # define CONFIG_SYS_CS0_BASE 0xFFC00000 macro 217 # define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
| H A D | M5485EVB.h | 185 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 194 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 240 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
| H A D | M5475EVB.h | 197 # define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 206 # define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE, CONFIG_SYS_CS1_BASE } 253 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
| H A D | M54418TWR.h | 263 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 279 #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE } 329 #define CONFIG_SYS_CS0_BASE 0x00000000 macro
|
| H A D | M5249EVB.h | 93 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 152 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
| H A D | M5253EVBE.h | 126 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 156 #define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
| H A D | M5282EVB.h | 127 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 186 #define CONFIG_SYS_CS0_BASE 0xFFE00000 macro
|
| H A D | M5275EVB.h | 141 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 193 #define CONFIG_SYS_CS0_BASE 0xffe00000 macro
|
| H A D | M5208EVBE.h | 144 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 183 #define CONFIG_SYS_CS0_BASE 0 macro
|
| H A D | M5329EVB.h | 170 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 209 #define CONFIG_SYS_CS0_BASE 0 macro
|
| H A D | M53017EVB.h | 166 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 206 #define CONFIG_SYS_CS0_BASE 0 macro
|
| H A D | eb_cpu5282.h | 146 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 183 #define CONFIG_SYS_CS0_BASE 0xFF000000 macro
|
| H A D | M5373EVB.h | 170 #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE 209 #define CONFIG_SYS_CS0_BASE 0 macro
|
| H A D | M5253DEMO.h | 156 #define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE) 201 #define CONFIG_SYS_CS0_BASE 0xFF800000 macro
|
| H A D | amcore.h | 108 #define CONFIG_SYS_CS0_BASE (CONFIG_SYS_FLASH_BASE>>16) macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf530x/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A 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() 208 #ifdef CONFIG_SYS_CS0_BASE in cpu_init_f() 214 if (CONFIG_SYS_CS0_BASE != 0) in cpu_init_f() 215 setvbr(CONFIG_SYS_CS0_BASE); in cpu_init_f()
|
| H A D | start.S | 162 #ifdef CONFIG_SYS_CS0_BASE 165 move.l #(CONFIG_SYS_CS0_BASE), (%a1) 347 #ifdef CONFIG_SYS_CS0_BASE 350 move.l #(CONFIG_SYS_CS0_BASE), (%a1)
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf523x/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5227x/ |
| H A D | cpu_init.c | 49 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) \ in cpu_init_f() 51 out_be32(&fbcs->csar0, CONFIG_SYS_CS0_BASE); in cpu_init_f()
|