Searched refs:UDC_EPSTS_TDC (Results 1 – 2 of 2) sorted by relevance
70 #define UDC_EPSTS_TDC (1 << 10) macro2163 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()2184 if (epsts & UDC_EPSTS_TDC) in pch_udc_svc_data_in()2188 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()2279 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()2286 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()2297 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
237 #define UDC_EPSTS_TDC 10 macro