Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dfsl_lbc.c81 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM) in init_early_memctl_regs()
83 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in init_early_memctl_regs()
/external/u-boot/include/configs/
DMPC8540ADS.h190 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
192 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
DMPC8560ADS.h189 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
191 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
Dcobra5272.h299 #define CONFIG_SYS_BR4_PRELIM 0 macro
DM5272C3.h185 #define CONFIG_SYS_BR4_PRELIM 0 macro
Dkm8360.h181 #define CONFIG_SYS_BR4_PRELIM (\ macro
DMPC8568MDS.h190 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
Dsbc8548.h322 #define CONFIG_SYS_BR4_PRELIM 0xf4001861 macro
DMPC8569MDS.h139 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
Dsbc8641d.h186 #define CONFIG_SYS_BR4_PRELIM 0xe4001861 /* port size ?bit */ macro
DMPC8572DS.h313 #define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \ macro
DMPC8536DS.h312 #define CONFIG_SYS_BR4_PRELIM \ macro
/external/u-boot/arch/powerpc/cpu/mpc8xx/
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()
/external/u-boot/configs/
DMCR3000_defconfig28 CONFIG_SYS_BR4_PRELIM=0x10000801
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c371 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()
372 out_be32(&csctrl->cs_br4, CONFIG_SYS_BR4_PRELIM); in cpu_init_f()
/external/u-boot/board/sbc8548/
Dsbc8548.c138 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in lbc_sdram_init()