Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dpch_udc.c71 #define UDC_EPSTS_TDC (1 << 10) macro
2269 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()
2290 if (epsts & UDC_EPSTS_TDC) in pch_udc_svc_data_in()
2294 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()
2385 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()
2392 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()
2403 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
Damd5536udc.h237 #define UDC_EPSTS_TDC 10 macro
Dsnps_udc_core.c2311 if (epsts & AMD_BIT(UDC_EPSTS_TDC)) { in udc_data_in_isr()
2351 && !(epsts & AMD_BIT(UDC_EPSTS_TDC))) { in udc_data_in_isr()
2655 if (tmp & AMD_BIT(UDC_EPSTS_TDC)) { in udc_control_in_isr()
2660 writel(AMD_BIT(UDC_EPSTS_TDC), in udc_control_in_isr()