Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CS0_CTRL (Results 1 – 25 of 28) sorted by relevance

12

/external/u-boot/include/configs/
DM5235EVB.h196 # define CONFIG_SYS_CS0_CTRL 0x00001D00 macro
200 # define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
DM52277EVB.h240 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
244 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM54455EVB.h337 #define CONFIG_SYS_CS0_CTRL 0x00001140 macro
348 #define CONFIG_SYS_CS0_CTRL 0x00000D60 macro
Damcore.h98 #define CONFIG_SYS_CS0_CTRL 0x1980 macro
DM5249EVB.h138 #define CONFIG_SYS_CS0_CTRL 0x00001980 /* WS=0110, AA=1, PS=10 */ macro
DM5275EVB.h177 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM5282EVB.h175 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM5208EVBE.h176 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM53017EVB.h198 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM5329EVB.h203 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
Dastro_mcf5373l.h222 #define CONFIG_SYS_CS0_CTRL 0x00001fc0 macro
DM5373EVB.h203 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
DM5253DEMO.h189 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
Deb_cpu5282.h168 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM54451EVB.h247 #define CONFIG_SYS_CS0_CTRL 0x00004D80 macro
DM54418TWR.h293 #define CONFIG_SYS_CS0_CTRL 0x00001D60 macro
DM5475EVB.h246 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
DM5485EVB.h233 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
/external/u-boot/arch/m68k/cpu/mcf532x/
Dcpu_init.c40 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
43 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
232 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
234 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
/external/u-boot/arch/m68k/cpu/mcf5227x/
Dcpu_init.c59 && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
61 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dcpu_init.c46 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
48 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
/external/u-boot/arch/m68k/cpu/mcf530x/
Dcpu_init.c43 defined(CONFIG_SYS_CS0_CTRL)) in init_csm()
46 out_be16(&csm->cscr0, CONFIG_SYS_CS0_CTRL); in init_csm()
/external/u-boot/arch/m68k/cpu/mcf523x/
Dcpu_init.c54 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in cpu_init_f()
56 out_be_fbcs_reg(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in cpu_init_f()
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dcpu_init.c31 #if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL)) in init_fbcs()
33 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in init_fbcs()
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c39 && defined(CONFIG_SYS_CS0_CTRL)) in init_fbcs()
41 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in init_fbcs()

12