Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/configs/
H A DM5235EVB.h206 # define CONFIG_SYS_CS0_CTRL 0x00001D00 macro
210 # define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
H A DM52277EVB.h257 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
261 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
H A DM54455EVB.h356 #define CONFIG_SYS_CS0_CTRL 0x00001140 macro
367 #define CONFIG_SYS_CS0_CTRL 0x00000D60 macro
H A Damcore.h105 #define CONFIG_SYS_CS0_CTRL 0x1980 macro
H A DM5249EVB.h143 #define CONFIG_SYS_CS0_CTRL 0x00001980 /* WS=0110, AA=1, PS=10 */ macro
H A DM5275EVB.h184 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
H A DM5208EVBE.h179 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
H A DM5282EVB.h177 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
H A DM53017EVB.h201 #define CONFIG_SYS_CS0_CTRL 0x00001FA0 macro
H A Dastro_mcf5373l.h226 #define CONFIG_SYS_CS0_CTRL 0x00001fc0 macro
H A DM5373EVB.h205 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
H A DM5329EVB.h205 #define CONFIG_SYS_CS0_CTRL 0x00001fa0 macro
H A DM5253DEMO.h196 #define CONFIG_SYS_CS0_CTRL 0x00001D80 macro
H A Deb_cpu5282.h171 #define CONFIG_SYS_CS0_CTRL 0x00001980 macro
H A DM5475EVB.h248 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
H A DM5485EVB.h235 #define CONFIG_SYS_CS0_CTRL 0x00101980 macro
H A DM54451EVB.h268 #define CONFIG_SYS_CS0_CTRL 0x00004D80 macro
H A DM54418TWR.h319 #define CONFIG_SYS_CS0_CTRL 0x00001D60 macro
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A 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()
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A 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()
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A Dcpu_init.c42 defined(CONFIG_SYS_CS0_CTRL)) in init_csm()
45 out_be16(&csm->cscr0, CONFIG_SYS_CS0_CTRL); in init_csm()
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A 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()
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A 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()
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c38 && defined(CONFIG_SYS_CS0_CTRL)) in init_fbcs()
40 out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL); in init_fbcs()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A 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