Searched refs:BR_BA (Results 1 – 6 of 6) sorted by relevance
114 new_br0 = (get_lbc_br(0) & BR_BA) | BR_V; in platform_diu_init()120 new_br1 = (get_lbc_br(1) & BR_BA) | BR_V; in platform_diu_init()137 phys0 = 0xf00000000ULL | (old_br0 & old_or0 & BR_BA); in platform_diu_init()138 phys1 = 0xf00000000ULL | (old_br1 & old_or1 & BR_BA); in platform_diu_init()140 phys0 = old_br0 & old_or0 & BR_BA; in platform_diu_init()141 phys1 = old_br1 & old_or1 & BR_BA; in platform_diu_init()
28 #define BR_BA 0xFFFF8000 macro72 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)74 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_ATOM | BR_V)
127 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA); in upmconfig()
93 #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH_BASE & BR_BA) \
241 set_lbc_br(0, (CONFIG_SYS_FLASH_BASE & BR_BA) | in detect_num_flash_banks()
689 (br & or & BR_BA) == BR_PHYS_ADDR(phys_addr)) in fsl_elbc_chip_init()