Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/p1022ds/
H A Ddiu.c113 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()
/openbmc/linux/drivers/uio/
H A Duio_fsl_elbc_gpcm.c122 if ((reg_br_cur & reg_or_cur & BR_BA) != in reg_store()
123 (reg_new & reg_or_cur & BR_BA)) { in reg_store()
242 if ((reg_br & reg_or & BR_BA) != fsl_lbc_addr(res->start)) { in check_of_data()
351 (reg_br_cur & reg_or_cur & BR_BA) in uio_fsl_elbc_gpcm_probe()
359 if ((reg_br_cur & ~(BR_BA | BR_V)) != in uio_fsl_elbc_gpcm_probe()
360 (reg_br_new & ~(BR_BA | BR_V))) { in uio_fsl_elbc_gpcm_probe()
373 reg_br_new &= ~(BR_BA | BR_MSEL); in uio_fsl_elbc_gpcm_probe()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c127 #define BR_BA 0xFFFF8000 macro
143 return br & BR_BA; in lbc_br_to_phys()
154 return (br & BR_BA) | ((lawbar & LAWBAR_MASK) << 12); in lbc_br_to_phys()
251 br0 = (br0 & BR_BA) | BR_V; in p1022ds_set_monitor_port()
257 br1 = (br1 & BR_BA) | BR_V; in p1022ds_set_monitor_port()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h27 #define BR_BA 0xFFFF8000 macro
71 #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)
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h22 #define BR_BA 0xFFFF8000 macro
46 #define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c126 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA); in upmconfig()
/openbmc/u-boot/include/configs/
H A DTQM834x.h85 #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH_BASE & BR_BA) \
/openbmc/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c240 set_lbc_br(0, (CONFIG_SYS_FLASH_BASE & BR_BA) | in detect_num_flash_banks()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_lbc.c78 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base)) in fsl_lbc_find()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c688 (br & or & BR_BA) == BR_PHYS_ADDR(phys_addr)) in fsl_elbc_chip_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c888 in_be32(&lbc->bank[bank].or) & BR_BA) in fsl_elbc_nand_probe()