Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_OR4_PRELIM (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc8xxx/
Dfsl_lbc.c81 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM) in init_early_memctl_regs()
82 set_lbc_or(4, CONFIG_SYS_OR4_PRELIM); in init_early_memctl_regs()
/external/u-boot/arch/powerpc/cpu/mpc8xx/
Dcpu_init.c156 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()
157 out_be32(&memctl->memc_or4, CONFIG_SYS_OR4_PRELIM); in cpu_init_f()
/external/u-boot/include/configs/
DM5272C3.h186 #define CONFIG_SYS_OR4_PRELIM 0 macro
Dcobra5272.h300 #define CONFIG_SYS_OR4_PRELIM 0 macro
DMPC8540ADS.h191 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1 macro
Dkm8360.h186 #define CONFIG_SYS_OR4_PRELIM (\ macro
DMPC8568MDS.h191 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7 macro
DMPC8560ADS.h190 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1 macro
Dsbc8548.h338 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0 macro
DMPC8569MDS.h140 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7 macro
Dsbc8641d.h187 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0 /* 128MB local bus SDRAM area (2nd half) */ macro
DMPC8572DS.h318 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ macro
DMPC8536DS.h318 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ macro
/external/u-boot/configs/
DMCR3000_defconfig29 CONFIG_SYS_OR4_PRELIM=0xFFFF8D08
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c371 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()
373 out_be32(&csctrl->cs_or4, CONFIG_SYS_OR4_PRELIM); in cpu_init_f()
/external/u-boot/board/sbc8548/
Dsbc8548.c137 set_lbc_or(4, CONFIG_SYS_OR4_PRELIM); in lbc_sdram_init()