Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BR7_PRELIM (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c96 #if defined(CONFIG_SYS_BR7_PRELIM) && defined(CONFIG_SYS_OR7_PRELIM) in init_early_memctl_regs()
98 set_lbc_br(7, CONFIG_SYS_BR7_PRELIM); in init_early_memctl_regs()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c171 #if defined(CONFIG_SYS_OR7_PRELIM) && defined(CONFIG_SYS_BR7_PRELIM) in cpu_init_f()
173 out_be32(&memctl->memc_br7, CONFIG_SYS_BR7_PRELIM); in cpu_init_f()
/openbmc/u-boot/include/configs/
H A DM5272C3.h187 #define CONFIG_SYS_BR7_PRELIM 0x00000701 macro
H A Dcobra5272.h307 #define CONFIG_SYS_BR7_PRELIM 0x00000701 macro
H A Dsbc8641d.h197 #define CONFIG_SYS_BR7_PRELIM 0xf2000801 /* port size ?bit */ macro
/openbmc/u-boot/configs/
H A DMCR3000_defconfig37 CONFIG_SYS_BR7_PRELIM=0x1C000001
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c386 #if defined(CONFIG_SYS_OR7_PRELIM) && defined(CONFIG_SYS_BR7_PRELIM) in cpu_init_f()
387 out_be32(&csctrl->cs_br7, CONFIG_SYS_BR7_PRELIM); in cpu_init_f()