Searched refs:CONFIG_SYS_BR2_PRELIM (Results 1 – 25 of 29) sorted by relevance
12
70 #define CONFIG_SYS_BR2_PRELIM (\ macro178 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR2_PRELIM
77 #if defined(CONFIG_SYS_BR2_PRELIM) && defined(CONFIG_SYS_OR2_PRELIM) in init_early_memctl_regs()79 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in init_early_memctl_regs()
147 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in cpu_init_f()149 out_be32(&memctl->memc_br2, CONFIG_SYS_BR2_PRELIM); in cpu_init_f()
282 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init()298 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
280 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init()296 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
161 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init()176 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
159 #define CONFIG_SYS_BR2_PRELIM 0x30000001 macro
267 #define CONFIG_SYS_BR2_PRELIM 0 macro
65 #define CONFIG_SYS_BR2_PRELIM 0x00000000 macro
144 #define CONFIG_SYS_BR2_PRELIM 0xc80018a1 /* UPMB, 32-bit */ macro
132 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
134 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
136 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
212 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_FLASH_BR_PRELIM /* NOR Base Address */ macro217 #define CONFIG_SYS_BR2_PRELIM CONFIG_SYS_NAND_BR_PRELIM /* NAND Base Address */ macro
124 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
137 #define CONFIG_SYS_BR2_PRELIM 0xf0001861 macro
121 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \ macro
191 #define CONFIG_SYS_BR2_PRELIM \ macro
142 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \ macro
140 #define CONFIG_SYS_BR2_PRELIM (CONFIG_SYS_NAND_BASE | \ macro
101 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in lbc_sdram_init()116 set_lbc_br(2, CONFIG_SYS_BR2_PRELIM); in lbc_sdram_init()
26 CONFIG_SYS_BR2_PRELIM=0x08000801
142 #if defined(CONFIG_SYS_BR2_PRELIM) \
178 #if defined(CONFIG_SYS_BR2_PRELIM) \
363 #if defined(CONFIG_SYS_OR2_PRELIM) && defined(CONFIG_SYS_BR2_PRELIM) in cpu_init_f()364 out_be32(&csctrl->cs_br2, CONFIG_SYS_BR2_PRELIM); in cpu_init_f()
Completed in 35 milliseconds