Searched refs:BR_BA (Results 1 – 5 of 5) sorted by relevance
113 new_br0 = (get_lbc_br(0) & BR_BA) | BR_V; in platform_diu_init()119 new_br1 = (get_lbc_br(1) & BR_BA) | BR_V; in platform_diu_init()136 phys0 = 0xf00000000ULL | (old_br0 & old_or0 & BR_BA); in platform_diu_init()137 phys1 = 0xf00000000ULL | (old_br1 & old_or1 & BR_BA); in platform_diu_init()139 phys0 = old_br0 & old_or0 & BR_BA; in platform_diu_init()140 phys1 = old_br1 & old_or1 & BR_BA; in platform_diu_init()
27 #define BR_BA 0xFFFF8000 macro71 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)73 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_ATOM | BR_V)
130 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA); in upmconfig()
240 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()