/openbmc/u-boot/include/configs/ |
H A D | tuxx1.h | 125 #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_APP2_SIZE) | \ macro 147 #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_APP2_SIZE) | \ macro
|
H A D | suvd3.h | 97 #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_APP2_SIZE) | \ macro 113 #define CONFIG_SYS_OR3_PRELIM (MEG_TO_AM(CONFIG_SYS_APP2_SIZE) | \ macro
|
H A D | kmp204x.h | 70 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_LBAPP2_OR_PRELIM macro
|
H A D | M5272C3.h | 180 #define CONFIG_SYS_OR3_PRELIM 0 macro
|
H A D | cobra5272.h | 296 #define CONFIG_SYS_OR3_PRELIM 0 macro
|
H A D | MPC8541CDS.h | 214 #define CONFIG_SYS_OR3_PRELIM 0xfff00ff7 macro
|
H A D | MPC8555CDS.h | 212 #define CONFIG_SYS_OR3_PRELIM 0xfff00ff7 macro
|
H A D | socrates.h | 139 #define CONFIG_SYS_OR3_PRELIM 0xfff00000 /* 1 MB */ macro
|
H A D | km8360.h | 166 #define CONFIG_SYS_OR3_PRELIM (\ macro
|
H A D | MPC8544DS.h | 129 #define CONFIG_SYS_OR3_PRELIM 0xfff06ff7 /* 1MB PIXIS area*/ macro
|
H A D | xpedite520x.h | 140 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_OR2_PRELIM macro
|
H A D | sbc8548.h | 301 #define CONFIG_SYS_OR3_PRELIM 0xfc006cc0 macro
|
H A D | MPC8548CDS.h | 284 #define CONFIG_SYS_OR3_PRELIM 0xfff00ff7 macro
|
H A D | xpedite537x.h | 164 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_OR2_PRELIM macro
|
H A D | xpedite550x.h | 166 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_OR2_PRELIM macro
|
H A D | TQM834x.h | 118 #define CONFIG_SYS_OR3_PRELIM 0x00000000 macro
|
H A D | ids8313.h | 256 #define CONFIG_SYS_OR3_PRELIM 0xFFFF8814 macro
|
H A D | ve8313.h | 221 #define CONFIG_SYS_OR3_PRELIM (OR_AM_32MB \ macro
|
H A D | MPC8569MDS.h | 193 #define CONFIG_SYS_OR3_PRELIM CONFIG_SYS_NAND_OR_PRELIM /* NAND Options */ macro
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ |
H A D | fsl_lbc.c | 76 #if defined(CONFIG_SYS_BR3_PRELIM) && defined(CONFIG_SYS_OR3_PRELIM) in init_early_memctl_regs() 77 set_lbc_or(3, CONFIG_SYS_OR3_PRELIM); in init_early_memctl_regs()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | cpu_init.c | 151 #if defined(CONFIG_SYS_OR3_PRELIM) && defined(CONFIG_SYS_BR3_PRELIM) in cpu_init_f() 152 out_be32(&memctl->memc_or3, CONFIG_SYS_OR3_PRELIM); in cpu_init_f()
|
/openbmc/u-boot/configs/ |
H A D | MCR3000_defconfig | 26 CONFIG_SYS_OR3_PRELIM=0xFFFF8142
|
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
H A D | cpu_init.c | 366 #if defined(CONFIG_SYS_OR3_PRELIM) && defined(CONFIG_SYS_BR3_PRELIM) in cpu_init_f() 368 out_be32(&csctrl->cs_or3, CONFIG_SYS_OR3_PRELIM); in cpu_init_f()
|
/openbmc/u-boot/board/freescale/mpc8349itx/ |
H A D | mpc8349itx.c | 217 set_lbc_or(3, CONFIG_SYS_OR3_PRELIM); in misc_init_f()
|
/openbmc/u-boot/board/sbc8548/ |
H A D | sbc8548.c | 135 set_lbc_or(3, CONFIG_SYS_OR3_PRELIM); in lbc_sdram_init()
|