Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BR5_PRELIM (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dfsl_lbc.c86 #if defined(CONFIG_SYS_BR5_PRELIM) && defined(CONFIG_SYS_OR5_PRELIM) in init_early_memctl_regs()
88 set_lbc_br(5, CONFIG_SYS_BR5_PRELIM); in init_early_memctl_regs()
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu_init.c161 #if defined(CONFIG_SYS_OR5_PRELIM) && defined(CONFIG_SYS_BR5_PRELIM) in cpu_init_f()
163 out_be32(&memctl->memc_br5, CONFIG_SYS_BR5_PRELIM); in cpu_init_f()
/external/u-boot/include/configs/
DM5272C3.h187 #define CONFIG_SYS_BR5_PRELIM 0 macro
Dcobra5272.h302 #define CONFIG_SYS_BR5_PRELIM 0 macro
DMPC8568MDS.h194 #define CONFIG_SYS_BR5_PRELIM 0xf8010801 macro
Dsbc8548.h254 #define CONFIG_SYS_BR5_PRELIM 0xf8000801 macro
DMPC8569MDS.h143 #define CONFIG_SYS_BR5_PRELIM 0xf8010801 macro
Dsbc8641d.h190 #define CONFIG_SYS_BR5_PRELIM 0xe8001001 /* port size ?bit */ macro
DMPC8572DS.h319 #define CONFIG_SYS_BR5_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x80000)\ macro
DMPC8536DS.h319 #define CONFIG_SYS_BR5_PRELIM \ macro
/external/u-boot/configs/
DMCR3000_defconfig31 CONFIG_SYS_BR5_PRELIM=0x14000801
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c376 #if defined(CONFIG_SYS_OR5_PRELIM) && defined(CONFIG_SYS_BR5_PRELIM) in cpu_init_f()
377 out_be32(&csctrl->cs_br5, CONFIG_SYS_BR5_PRELIM); in cpu_init_f()