Searched refs:BR_V (Results 1 – 6 of 6) sorted by relevance
132 out_be32(&bank->br, reg_new | BR_V); in reg_store()349 if ((reg_br_cur & BR_V)) { 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()374 reg_br_new |= fsl_lbc_addr(res.start) | BR_MS_GPCM | BR_V; in uio_fsl_elbc_gpcm_probe()
240 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()
44 #define BR_V 0x00000001 macro46 #define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
110 #define BR_V 0x00000001 /* Bank Valid */ macro
78 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base)) in fsl_lbc_find()
885 if ((in_be32(&lbc->bank[bank].br) & BR_V) && in fsl_elbc_nand_probe()
Completed in 13 milliseconds