Searched refs:BDC_PCS (Results 1 – 2 of 2) sorted by relevance
243 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()245 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()264 } else if ((uspc & BDC_PSC) && (uspc & BDC_PCS)) { in bdc_sr_uspc()
152 #define BDC_PCS (1 << 23) macro