/openbmc/u-boot/include/configs/ |
H A D | tuxx1.h | 120 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_APP2_BASE | \ macro 143 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_APP2_BASE | \ macro
|
H A D | suvd3.h | 93 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_APP2_BASE | \ macro 108 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_APP2_BASE | \ macro
|
H A D | kmp204x.h | 68 #define CONFIG_SYS_BR3_PRELIM CONFIG_SYS_LBAPP2_BR_PRELIM macro
|
H A D | M5272C3.h | 179 #define CONFIG_SYS_BR3_PRELIM 0 macro
|
H A D | cobra5272.h | 295 #define CONFIG_SYS_BR3_PRELIM 0 macro
|
H A D | MPC8541CDS.h | 213 #define CONFIG_SYS_BR3_PRELIM 0xf8000801 macro
|
H A D | MPC8555CDS.h | 211 #define CONFIG_SYS_BR3_PRELIM 0xf8000801 macro
|
H A D | socrates.h | 138 #define CONFIG_SYS_BR3_PRELIM 0xc0001881 /* UPMA, 32-bit */ macro
|
H A D | km8360.h | 161 #define CONFIG_SYS_BR3_PRELIM (\ macro
|
H A D | MPC8544DS.h | 128 #define CONFIG_SYS_BR3_PRELIM 0xf8100801 /* port size 8bit */ macro
|
H A D | xpedite520x.h | 137 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_NAND_BASE2 | \ macro
|
H A D | sbc8548.h | 285 #define CONFIG_SYS_BR3_PRELIM 0xf0001861 macro
|
H A D | MPC8548CDS.h | 282 #define CONFIG_SYS_BR3_PRELIM \ macro
|
H A D | xpedite537x.h | 159 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_NAND_BASE2 | \ macro
|
H A D | xpedite550x.h | 161 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_NAND_BASE2 | \ macro
|
H A D | TQM834x.h | 117 #define CONFIG_SYS_BR3_PRELIM 0x00000000 macro
|
H A D | ids8313.h | 251 #define CONFIG_SYS_BR3_PRELIM (CONFIG_SYS_CPLD_BASE |\ macro
|
H A D | ve8313.h | 216 #define CONFIG_SYS_BR3_PRELIM (0x62000000 \ macro
|
H A D | MPC8569MDS.h | 192 #define CONFIG_SYS_BR3_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ macro
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fsl_lbc.c | 76 #if defined(CONFIG_SYS_BR3_PRELIM) && defined(CONFIG_SYS_OR3_PRELIM) in init_early_memctl_regs() 78 set_lbc_br(3, CONFIG_SYS_BR3_PRELIM); in init_early_memctl_regs()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | cpu_init.c | 151 #if defined(CONFIG_SYS_OR3_PRELIM) && defined(CONFIG_SYS_BR3_PRELIM) in cpu_init_f() 153 out_be32(&memctl->memc_br3, CONFIG_SYS_BR3_PRELIM); in cpu_init_f()
|
/openbmc/u-boot/configs/ |
H A D | MCR3000_defconfig | 25 CONFIG_SYS_BR3_PRELIM=0x0C000401
|
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
H A D | cpu_init.c | 366 #if defined(CONFIG_SYS_OR3_PRELIM) && defined(CONFIG_SYS_BR3_PRELIM) in cpu_init_f() 367 out_be32(&csctrl->cs_br3, CONFIG_SYS_BR3_PRELIM); in cpu_init_f()
|
/openbmc/u-boot/board/freescale/mpc8349itx/ |
H A D | mpc8349itx.c | 216 set_lbc_br(3, CONFIG_SYS_BR3_PRELIM); in misc_init_f()
|
/openbmc/u-boot/board/sbc8548/ |
H A D | sbc8548.c | 136 set_lbc_br(3, CONFIG_SYS_BR3_PRELIM); in lbc_sdram_init()
|