HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_BR4_PRELIM (Results 1 - 15 of 15) sorted by null

  /external/u-boot/arch/powerpc/cpu/mpc8xx/
cpu_init.c 156 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM)
158 out_be32(&memctl->memc_br4, CONFIG_SYS_BR4_PRELIM);
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fsl_lbc.c 81 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM)
83 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM);
  /external/u-boot/include/configs/
MPC8540ADS.h 190 #define CONFIG_SYS_BR4_PRELIM 0xf8000801
192 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
MPC8560ADS.h 189 #define CONFIG_SYS_BR4_PRELIM 0xf8000801
191 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
M5272C3.h 185 #define CONFIG_SYS_BR4_PRELIM 0
cobra5272.h 299 #define CONFIG_SYS_BR4_PRELIM 0
km8360.h 181 #define CONFIG_SYS_BR4_PRELIM (\
MPC8568MDS.h 190 #define CONFIG_SYS_BR4_PRELIM 0xf8008801
MPC8569MDS.h 139 #define CONFIG_SYS_BR4_PRELIM 0xf8008801
sbc8548.h 322 #define CONFIG_SYS_BR4_PRELIM 0xf4001861
MPC8536DS.h 312 #define CONFIG_SYS_BR4_PRELIM \
MPC8572DS.h 313 #define CONFIG_SYS_BR4_PRELIM (BR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS + 0x40000) \
sbc8641d.h 186 #define CONFIG_SYS_BR4_PRELIM 0xe4001861 /* port size ?bit */
  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu_init.c 371 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM)
372 out_be32(&csctrl->cs_br4, CONFIG_SYS_BR4_PRELIM);
  /external/u-boot/board/sbc8548/
sbc8548.c 138 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM);

Completed in 449 milliseconds