/external/u-boot/arch/powerpc/cpu/mpc8xxx/ |
D | fsl_lbc.c | 65 #if defined(CONFIG_SYS_BR1_PRELIM) && defined(CONFIG_SYS_OR1_PRELIM) in init_early_memctl_regs() 67 set_lbc_br(1, CONFIG_SYS_BR1_PRELIM); in init_early_memctl_regs()
|
/external/u-boot/arch/powerpc/cpu/mpc8xx/ |
D | cpu_init.c | 141 #if (defined(CONFIG_SYS_OR1_PRELIM) && defined(CONFIG_SYS_BR1_PRELIM)) in cpu_init_f() 143 out_be32(&memctl->memc_br1, CONFIG_SYS_BR1_PRELIM); in cpu_init_f()
|
/external/u-boot/board/xes/xpedite520x/ |
D | xpedite520x.c | 36 set_lbc_br(0, CONFIG_SYS_BR1_PRELIM); in flash_cs_fixup()
|
/external/u-boot/board/xes/xpedite537x/ |
D | xpedite537x.c | 34 set_lbc_br(0, CONFIG_SYS_BR1_PRELIM); in flash_cs_fixup()
|
/external/u-boot/board/xes/xpedite550x/ |
D | xpedite550x.c | 34 set_lbc_br(0, CONFIG_SYS_BR1_PRELIM); in flash_cs_fixup()
|
/external/u-boot/board/xes/xpedite517x/ |
D | xpedite517x.c | 39 set_lbc_br(0, CONFIG_SYS_BR1_PRELIM); in flash_cs_fixup()
|
/external/u-boot/include/configs/ |
D | P2041RDB.h | 243 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_FLASH_BR_PRELIM /* NOR Base Address */ macro 248 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ macro
|
D | P1022DS.h | 202 #define CONFIG_SYS_BR1_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */ macro 260 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ macro
|
D | MPC8313ERDB.h | 278 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NOR_BR_PRELIM macro 283 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM macro
|
D | M5272C3.h | 179 #define CONFIG_SYS_BR1_PRELIM 0 macro
|
D | cobra5272.h | 290 #define CONFIG_SYS_BR1_PRELIM 0 macro
|
D | MPC8541CDS.h | 103 #define CONFIG_SYS_BR1_PRELIM 0xff001001 macro
|
D | MPC8555CDS.h | 101 #define CONFIG_SYS_BR1_PRELIM 0xff001001 macro
|
D | socrates.h | 111 #define CONFIG_SYS_BR1_PRELIM 0xfc001001 /* port size 16bit */ macro
|
D | controlcenterd.h | 152 #define CONFIG_SYS_BR1_PRELIM CONFIG_UART_BR_PRELIM macro
|
D | MPC8568MDS.h | 112 #define CONFIG_SYS_BR1_PRELIM 0xf8000801 macro
|
D | p1_p2_rdb_pc.h | 475 #define CONFIG_SYS_BR1_PRELIM CONFIG_FLASH_BR_PRELIM /* NOR Base Address */ macro 481 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Addr */ macro
|
D | P1023RDB.h | 139 #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_NAND_BR_PRELIM macro
|
D | xpedite520x.h | 121 #define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_FLASH_BASE2 | \ macro
|
D | MPC8548CDS.h | 156 #define CONFIG_SYS_BR1_PRELIM \ macro
|
/external/u-boot/board/cssi/MCR3000/ |
D | MCR3000.c | 103 out_be32(&memctl->memc_br1, CONFIG_SYS_BR1_PRELIM); in dram_init()
|
/external/u-boot/configs/ |
D | MCR3000_defconfig | 19 CONFIG_SYS_BR1_PRELIM=0x00000081
|
/external/u-boot/doc/ |
D | README.lynxkdi | 44 #define CONFIG_SYS_BR1_PRELIM 0xFA101801
|
/external/u-boot/include/configs/km/ |
D | km83xx-common.h | 118 #define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_KMBEC_FPGA_BASE | \ macro
|
/external/u-boot/arch/m68k/cpu/mcf52x2/ |
D | cpu_init.c | 356 #if (defined(CONFIG_SYS_OR1_PRELIM) && defined(CONFIG_SYS_BR1_PRELIM)) in cpu_init_f() 357 out_be32(&csctrl->cs_br1, CONFIG_SYS_BR1_PRELIM); in cpu_init_f()
|