Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/elbc/
Delbc.h138 #define CONFIG_SYS_BR4_PRELIM (\ macro
184 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR4_PRELIM
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xxx/
Dfsl_lbc.c85 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM) in init_early_memctl_regs()
87 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in init_early_memctl_regs()
/third_party/uboot/u-boot-2020.01/include/configs/
DMPC8540ADS.h187 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
189 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
DMPC8560ADS.h186 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro
188 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
DM5272C3.h174 #define CONFIG_SYS_BR4_PRELIM 0 macro
Dcobra5272.h290 #define CONFIG_SYS_BR4_PRELIM 0 macro
DMPC8568MDS.h185 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
Dsbc8548.h316 #define CONFIG_SYS_BR4_PRELIM 0xf4001861 macro
Dsbc8641d.h184 #define CONFIG_SYS_BR4_PRELIM 0xe4001861 /* port size ?bit */ macro
DMPC8569MDS.h136 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
DMPC8536DS.h307 #define CONFIG_SYS_BR4_PRELIM \ macro
DMPC8572DS.h308 #define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \ macro
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/configs/
DMCR3000_defconfig31 CONFIG_SYS_BR4_PRELIM=0x10000801
/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf52x2/
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()
/third_party/uboot/u-boot-2020.01/board/sbc8548/
Dsbc8548.c139 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in lbc_sdram_init()