Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dpch_udc.c75 #define UDC_EPSTS_TDC (1 << 10) macro
2261 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()
2282 if (epsts & UDC_EPSTS_TDC) in pch_udc_svc_data_in()
2286 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()
2362 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()
2369 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()
2380 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()