Searched refs:BDC_PCS (Results 1 – 2 of 2) sorted by relevance
248 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()250 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()267 clear_flags = BDC_PCC|BDC_PCS|BDC_PRS|BDC_PRC; in bdc_sr_uspc()268 } else if ((uspc & BDC_PSC) && (uspc & BDC_PCS)) { in bdc_sr_uspc()271 clear_flags = BDC_PSC|BDC_PCS; in bdc_sr_uspc()
157 #define BDC_PCS (1 << 23) macro