Home
last modified time | relevance | path

Searched refs:BDC_PCS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
246 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()
265 } else if ((uspc & BDC_PSC) && (uspc & BDC_PCS)) { in bdc_sr_uspc()
H A Dbdc.h152 #define BDC_PCS (1 << 23) macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c244 if ((uspc & BDC_VBC) && !(uspc & BDC_VBS) && !(uspc & BDC_PCS)) in bdc_sr_uspc()
246 else if ((uspc & BDC_PCS) && !BDC_PST(uspc)) in bdc_sr_uspc()
265 } else if ((uspc & BDC_PSC) && (uspc & BDC_PCS)) { in bdc_sr_uspc()
H A Dbdc.h152 #define BDC_PCS BIT(23) macro

Completed in 5 milliseconds