Searched refs:UDC_EPSTS_RSS (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
H A Dpch_udc.c67 #define UDC_EPSTS_RSS (1 << 26) macro
2164 UDC_EPSTS_RSS | UDC_EPSTS_XFERDONE)))
2170 if (epsts & UDC_EPSTS_RSS) {
2187 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) &&
2220 if (epsts & UDC_EPSTS_RSS) {

Completed in 283 milliseconds