Home
last modified time | relevance | path

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

12

/external/u-boot/arch/m68k/cpu/mcf532x/
Dcpu_init.c39 && 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/
DM5235EVB.h210 # define CONFIG_SYS_CS0_CTRL 0x00001D00 macro
214 # define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
DM52277EVB.h265 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
269 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM54455EVB.h365 #define CONFIG_SYS_CS0_CTRL 0x00001140 macro
376 #define CONFIG_SYS_CS0_CTRL 0x00000D60 macro
Damcore.h108 #define CONFIG_SYS_CS0_CTRL 0x1980 macro
DM5249EVB.h146 #define CONFIG_SYS_CS0_CTRL 0x00001980 /* WS=0110, AA=1, PS=10 */ macro
DM5253EVBE.h150 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
DM5275EVB.h187 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM5282EVB.h181 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM5208EVBE.h183 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM53017EVB.h206 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
DM5329EVB.h209 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
Dastro_mcf5373l.h227 #define CONFIG_SYS_CS0_CTRL 0x00001fc0 macro
DM5373EVB.h209 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
Deb_cpu5282.h177 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
DM5253DEMO.h198 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
DM5485EVB.h240 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
DM54451EVB.h275 #define CONFIG_SYS_CS0_CTRL 0x00004D80 macro
DM5475EVB.h253 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
DM54418TWR.h330 #define CONFIG_SYS_CS0_CTRL 0x00001D60 macro
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dcpu_init.c45 #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/
Dcpu_init.c42 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/
Dcpu_init.c53 #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/
Dcpu_init.c49 && 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/
Dcpu_init.c30 #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()

12