/external/u-boot/arch/m68k/cpu/mcf532x/ |
D | cpu_init.c | 39 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 42 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f() 231 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 233 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
|
/external/u-boot/include/configs/ |
D | M5235EVB.h | 210 # define CONFIG_SYS_CS0_CTRL 0x00001D00 macro 214 # define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
|
D | M52277EVB.h | 265 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro 269 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
|
D | M54455EVB.h | 365 #define CONFIG_SYS_CS0_CTRL 0x00001140 macro 376 #define CONFIG_SYS_CS0_CTRL 0x00000D60 macro
|
D | amcore.h | 108 #define CONFIG_SYS_CS0_CTRL 0x1980 macro
|
D | M5249EVB.h | 146 #define CONFIG_SYS_CS0_CTRL 0x00001980 /* WS=0110, AA=1, PS=10 */ macro
|
D | M5253EVBE.h | 150 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
|
D | M5275EVB.h | 187 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
|
D | M5282EVB.h | 181 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
|
D | M5208EVBE.h | 183 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
|
D | M53017EVB.h | 206 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
|
D | M5329EVB.h | 209 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
|
D | astro_mcf5373l.h | 227 #define CONFIG_SYS_CS0_CTRL 0x00001fc0 macro
|
D | M5373EVB.h | 209 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
|
D | eb_cpu5282.h | 177 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
|
D | M5253DEMO.h | 198 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
|
D | M5485EVB.h | 240 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
|
D | M54451EVB.h | 275 #define CONFIG_SYS_CS0_CTRL 0x00004D80 macro
|
D | M5475EVB.h | 253 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
|
D | M54418TWR.h | 330 #define CONFIG_SYS_CS0_CTRL 0x00001D60 macro
|
/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() 47 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf530x/ |
D | cpu_init.c | 42 defined(CONFIG_SYS_CS0_CTRL)) in init_csm() 45 out_be16(&csm->cscr0, CONFIG_SYS_CS0_CTRL); in init_csm()
|
/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() 55 out_be_fbcs_reg(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
|
/external/u-boot/arch/m68k/cpu/mcf5227x/ |
D | cpu_init.c | 49 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f() 51 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
|
/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() 32 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in init_fbcs()
|