Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpch_udc.c68 #define UDC_EPSTS_RSS (1 << 26) macro
2270 UDC_EPSTS_RSS | UDC_EPSTS_XFERDONE))) in pch_udc_svc_data_in()
2276 if (epsts & UDC_EPSTS_RSS) { in pch_udc_svc_data_in()
2293 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) && in pch_udc_svc_data_in()
2326 if (epsts & UDC_EPSTS_RSS) { in pch_udc_svc_data_out()