Home
last modified time | relevance | path

Searched refs:BDC_PCS (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c243 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()
Dbdc.h152 #define BDC_PCS (1 << 23) macro