Home
last modified time | relevance | path

Searched refs:BR_V (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c240 if (!(br0 & BR_V) || !(br1 & BR_V)) { in p1022ds_set_monitor_port()
251 br0 = (br0 & BR_BA) | BR_V; in p1022ds_set_monitor_port()
257 br1 = (br1 & BR_BA) | BR_V; in p1022ds_set_monitor_port()
/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h44 #define BR_V 0x00000001 macro
46 #define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
H A D8xx_immap.h110 #define BR_V 0x00000001 /* Bank Valid */ macro
/linux/arch/powerpc/sysdev/
H A Dfsl_lbc.c77 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base)) in fsl_lbc_find()
/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c886 if ((in_be32(&lbc->bank[bank].br) & BR_V) && in fsl_elbc_nand_probe()