Searched refs:CONFIG_SYS_BR4_PRELIM (Results 1 – 13 of 13) sorted by relevance
138 #define CONFIG_SYS_BR4_PRELIM (\ macro184 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR4_PRELIM
87 #if defined(CONFIG_SYS_BR4_PRELIM) && defined(CONFIG_SYS_OR4_PRELIM) in init_early_memctl_regs()89 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in init_early_memctl_regs()
181 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro183 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
182 #define CONFIG_SYS_BR4_PRELIM 0xf8000801 macro184 #define CONFIG_SYS_BCSR (CONFIG_SYS_BR4_PRELIM & 0xffff8000)
163 #define CONFIG_SYS_BR4_PRELIM 0 macro
273 #define CONFIG_SYS_BR4_PRELIM 0 macro
179 #define CONFIG_SYS_BR4_PRELIM 0xf8008801 macro
312 #define CONFIG_SYS_BR4_PRELIM 0xf4001861 macro
180 #define CONFIG_SYS_BR4_PRELIM 0xe4001861 /* port size ?bit */ macro
157 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()159 out_be32(&memctl->memc_br4, CONFIG_SYS_BR4_PRELIM); in cpu_init_f()
32 CONFIG_SYS_BR4_PRELIM=0x10000801
142 set_lbc_br(4, CONFIG_SYS_BR4_PRELIM); in lbc_sdram_init()
373 #if defined(CONFIG_SYS_OR4_PRELIM) && defined(CONFIG_SYS_BR4_PRELIM) in cpu_init_f()374 out_be32(&csctrl->cs_br4, CONFIG_SYS_BR4_PRELIM); in cpu_init_f()
Completed in 14 milliseconds