Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BR4_PRELIM (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c82 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM) in init_early_memctl_regs()
84 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in init_early_memctl_regs()
/OK3568_Linux_fs/u-boot/include/configs/
H A DMPC8540ADS.h193 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
195 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
H A DMPC8560ADS.h192 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
194 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
H A Dcobra5272.h305 #define CONFIG_SYS_BR4_PRELIM 0 macro
H A DM5272C3.h191 #define CONFIG_SYS_BR4_PRELIM 0 macro
H A Dkm8360.h194 #define CONFIG_SYS_BR4_PRELIM (\ macro
H A DMPC8568MDS.h194 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
H A Dsbc8548.h333 #define CONFIG_SYS_BR4_PRELIM 0xf4001861 macro
H A Dsbc8641d.h191 #define CONFIG_SYS_BR4_PRELIM 0xe4001861 /* port size ?bit */ macro
H A DMPC8569MDS.h145 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
H A DMPC8536DS.h322 #define CONFIG_SYS_BR4_PRELIM \ macro
H A DMPC8572DS.h321 #define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c156 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()
158 out_be32(&memctl->memc_br4, CONFIG_SYS_BR4_PRELIM); in cpu_init_f()
/OK3568_Linux_fs/u-boot/configs/
H A DMCR3000_defconfig28 CONFIG_SYS_BR4_PRELIM=0x10000801
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c372 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()
373 out_be32(&csctrl->cs_br4, CONFIG_SYS_BR4_PRELIM); in cpu_init_f()
/OK3568_Linux_fs/u-boot/board/sbc8548/
H A Dsbc8548.c141 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in lbc_sdram_init()