HomeSort by relevance Sort by last modified time
    Searched refs:BR_BA (Results 1 - 6 of 6) sorted by null

  /external/u-boot/board/freescale/p1022ds/
diu.c 113 new_br0 = (get_lbc_br(0) & BR_BA) | BR_V;
119 new_br1 = (get_lbc_br(1) & BR_BA) | BR_V;
136 phys0 = 0xf00000000ULL | (old_br0 & old_or0 & BR_BA);
137 phys1 = 0xf00000000ULL | (old_br1 & old_or1 & BR_BA);
139 phys0 = old_br0 & old_or0 & BR_BA;
140 phys1 = old_br1 & old_or1 & BR_BA;
  /external/u-boot/arch/powerpc/cpu/mpc8xxx/
fsl_lbc.c 126 dummy = (volatile u8 *)(get_lbc_br(i) & BR_BA);
  /external/u-boot/arch/powerpc/include/asm/
fsl_lbc.h 27 #define BR_BA 0xFFFF8000
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)
  /external/u-boot/board/tqc/tqm834x/
tqm834x.c 240 set_lbc_br(0, (CONFIG_SYS_FLASH_BASE & BR_BA) |
  /external/u-boot/include/configs/
TQM834x.h 88 #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH_BASE & BR_BA) \
  /external/u-boot/drivers/mtd/nand/
fsl_elbc_nand.c 688 (br & or & BR_BA) == BR_PHYS_ADDR(phys_addr))

Completed in 186 milliseconds