Searched refs:BR_V (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c49 if (get_lbc_br(1) & BR_V)
131 if ((get_lbc_br(i) & (BR_V | BR_MSEL)) == (BR_V | msel)) {
/u-boot/board/cssi/cmpc885/
H A Dsdram.c84 out_be32(&memctl->memc_br1, CFG_SYS_SDRAM_BASE | BR_MS_UPMA | BR_V);
/u-boot/include/configs/
H A Dp1_p2_rdb_pc.h192 | BR_PS_16 | BR_V)
213 | BR_V) /* valid */
H A DP2041RDB.h116 | BR_V) /* valid */
/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h58 #define BR_V 0x00000001 macro
68 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)
70 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_ATOM | BR_V)
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dcpu_init.c106 clrsetbits_be32(&memctl->memc_br0, ~BR_PS_MSK, BR_V);
/u-boot/include/
H A Dmpc8xx.h219 #define BR_V 0x00000001 /* Bank Valid */ macro
/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c701 if ((br & BR_V) && (br & BR_MSEL) == BR_MS_FCM &&

Completed in 207 milliseconds