Home
last modified time | relevance | path

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

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
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()
/external/u-boot/arch/powerpc/cpu/mpc8xx/
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()
/external/u-boot/include/configs/
Dsbc8548.h224 #define CONFIG_SYS_BR6_PRELIM CONFIG_SYS_BR6_64M macro
233 #define CONFIG_SYS_BR6_PRELIM CONFIG_SYS_BR6_8M macro
DM5272C3.h189 #define CONFIG_SYS_BR6_PRELIM 0 macro
Dcobra5272.h305 #define CONFIG_SYS_BR6_PRELIM 0 macro
Dsbc8641d.h194 #define CONFIG_SYS_BR6_PRELIM 0xf4000801 /* port size ?bit */ macro
DMPC8572DS.h326 #define CONFIG_SYS_BR6_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0xc0000)\ macro
DMPC8536DS.h327 #define CONFIG_SYS_BR6_PRELIM \ macro
/external/u-boot/configs/
DMCR3000_defconfig34 CONFIG_SYS_BR6_PRELIM=0x18000801
/external/u-boot/arch/m68k/cpu/mcf52x2/
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()