Home
last modified time | relevance | path

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

/openbmc/linux/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