Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BR6_PRELIM (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c91 #if defined(CONFIG_SYS_BR6_PRELIM) && defined(CONFIG_SYS_OR6_PRELIM) in init_early_memctl_regs()
93 set_lbc_br(6, CONFIG_SYS_BR6_PRELIM); in init_early_memctl_regs()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c166 #if defined(CONFIG_SYS_OR6_PRELIM) && defined(CONFIG_SYS_BR6_PRELIM) in cpu_init_f()
168 out_be32(&memctl->memc_br6, CONFIG_SYS_BR6_PRELIM); in cpu_init_f()
/openbmc/u-boot/include/configs/
H A Dsbc8548.h223 #define CONFIG_SYS_BR6_PRELIM CONFIG_SYS_BR6_64M macro
232 #define CONFIG_SYS_BR6_PRELIM CONFIG_SYS_BR6_8M macro
H A DM5272C3.h185 #define CONFIG_SYS_BR6_PRELIM 0 macro
H A Dcobra5272.h304 #define CONFIG_SYS_BR6_PRELIM 0 macro
H A Dsbc8641d.h193 #define CONFIG_SYS_BR6_PRELIM 0xf4000801 /* port size ?bit */ macro
H A DMPC8572DS.h322 #define CONFIG_SYS_BR6_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0xc0000)\ macro
H A DMPC8536DS.h323 #define CONFIG_SYS_BR6_PRELIM \ macro
/openbmc/u-boot/configs/
H A DMCR3000_defconfig34 CONFIG_SYS_BR6_PRELIM=0x18000801
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c381 #if defined(CONFIG_SYS_OR6_PRELIM) && defined(CONFIG_SYS_BR6_PRELIM) in cpu_init_f()
382 out_be32(&csctrl->cs_br6, CONFIG_SYS_BR6_PRELIM); in cpu_init_f()