Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A 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()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A 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()
/openbmc/u-boot/include/configs/
H A DM5272C3.h182 #define CONFIG_SYS_OR4_PRELIM 0 macro
H A Dcobra5272.h299 #define CONFIG_SYS_OR4_PRELIM 0 macro
H A DMPC8540ADS.h188 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1 macro
H A DMPC8568MDS.h188 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7 macro
H A Dkm8360.h186 #define CONFIG_SYS_OR4_PRELIM (\ macro
H A DMPC8560ADS.h187 #define CONFIG_SYS_OR4_PRELIM 0xffffe1f1 macro
H A Dsbc8548.h335 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0 macro
H A DMPC8569MDS.h139 #define CONFIG_SYS_OR4_PRELIM 0xffffe9f7 macro
H A Dsbc8641d.h186 #define CONFIG_SYS_OR4_PRELIM 0xfc006cc0 /* 128MB local bus SDRAM area (2nd half) */ macro
H A DMPC8536DS.h314 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ macro
H A DMPC8572DS.h314 #define CONFIG_SYS_OR4_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ macro
/openbmc/u-boot/configs/
H A DMCR3000_defconfig29 CONFIG_SYS_OR4_PRELIM=0xFFFF8D08
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A 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()
/openbmc/u-boot/board/sbc8548/
H A Dsbc8548.c137 set_lbc_or(4, CONFIG_SYS_OR4_PRELIM); in lbc_sdram_init()