HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_OR4_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)
157 out_be32(&memctl->memc_or4, CONFIG_SYS_OR4_PRELIM);
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fsl_lbc.c 81 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM)
82 set_lbc_or(4, CONFIG_SYS_OR4_PRELIM);
  /external/u-boot/include/configs/
M5272C3.h 186 #define CONFIG_SYS_OR4_PRELIM 0
cobra5272.h 300 #define CONFIG_SYS_OR4_PRELIM 0
km8360.h 186 #define CONFIG_SYS_OR4_PRELIM (\
MPC8540ADS.h 191 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1
MPC8560ADS.h 190 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1
MPC8568MDS.h 191 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7
MPC8569MDS.h 140 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7
sbc8548.h 338 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0
MPC8536DS.h 318 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
MPC8572DS.h 318 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */
sbc8641d.h 187 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0 /* 128MB local bus SDRAM area (2nd half) */
  /external/u-boot/arch/m68k/cpu/mcf52x2/
cpu_init.c 371 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM)
373 out_be32(&csctrl->cs_or4, CONFIG_SYS_OR4_PRELIM);
  /external/u-boot/board/sbc8548/
sbc8548.c 137 set_lbc_or(4, CONFIG_SYS_OR4_PRELIM);

Completed in 2176 milliseconds