Searched refs:BDC_VBS (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()439 if (uspc & BDC_VBS) in bdc_udc_pullup()
150 #define BDC_VBS BIT(25) macro