Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpch_udc.c67 #define UDC_EPSTS_RSS (1 << 26) macro
2165 UDC_EPSTS_RSS | UDC_EPSTS_XFERDONE))) in pch_udc_svc_data_in()
2171 if (epsts & UDC_EPSTS_RSS) { in pch_udc_svc_data_in()
2188 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) && in pch_udc_svc_data_in()
2221 if (epsts & UDC_EPSTS_RSS) { in pch_udc_svc_data_out()