Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dpch_udc.c75 #define UDC_EPSTS_TDC (1 << 10) macro
2256 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()
2277 if (epsts & UDC_EPSTS_TDC) in pch_udc_svc_data_in()
2281 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()
2357 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()
2364 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()
2375 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
Damd5536udc.h230 #define UDC_EPSTS_TDC 10 macro
Damd5536udc.c2300 if (epsts & AMD_BIT(UDC_EPSTS_TDC)) { in udc_data_in_isr()
2345 && !(epsts & AMD_BIT(UDC_EPSTS_TDC))) { in udc_data_in_isr()
2649 if (tmp & AMD_BIT(UDC_EPSTS_TDC)) { in udc_control_in_isr()
2654 writel(AMD_BIT(UDC_EPSTS_TDC), in udc_control_in_isr()