Home
last modified time | relevance | path

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

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