Searched refs:BR_MSEL (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c131 if ((get_lbc_br(i) & (BR_V | BR_MSEL)) == (BR_V | msel)) {
/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h40 #define BR_MSEL 0x000000E0 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/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c701 if ((br & BR_V) && (br & BR_MSEL) == BR_MS_FCM &&

Completed in 48 milliseconds