Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c265 } else if ((uspc & BDC_PSC) && (uspc & BDC_PCS)) { in bdc_sr_uspc()
268 clear_flags |= BDC_PSC; in bdc_sr_uspc()
H A Dbdc.h149 #define BDC_PSC BIT(26) macro