Searched refs:BDC_VBC (Results 1 – 2 of 2) sorted by relevance
244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()252 if ((uspc & BDC_VBC) && (uspc & BDC_VBS)) { in bdc_sr_uspc()259 clear_flags |= BDC_VBC; in bdc_sr_uspc()
144 #define BDC_VBC BIT(31) macro