Home
last modified time | relevance | path

Searched refs:BR_BA (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/p1022ds/
H A Ddiu.c114 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()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dfsl_lbc.h28 #define BR_BA 0xFFFF8000 macro
72 #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)
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c127 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA); in upmconfig()
/rk3399_rockchip-uboot/include/configs/
H A DTQM834x.h93 #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH_BASE & BR_BA) \
/rk3399_rockchip-uboot/board/tqc/tqm834x/
H A Dtqm834x.c241 set_lbc_br(0, (CONFIG_SYS_FLASH_BASE & BR_BA) | in detect_num_flash_banks()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c689 (br & or & BR_BA) == BR_PHYS_ADDR(phys_addr)) in fsl_elbc_chip_init()