Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpch_udc.c70 #define UDC_EPSTS_TDC (1 << 10) macro
2164 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()
2185 if (epsts & UDC_EPSTS_TDC) in pch_udc_svc_data_in()
2189 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()
2280 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()
2287 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()
2298 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
H A Damd5536udc.h237 #define UDC_EPSTS_TDC 10 macro
H A Dsnps_udc_core.c2310 if (epsts & AMD_BIT(UDC_EPSTS_TDC)) { in udc_data_in_isr()
2350 && !(epsts & AMD_BIT(UDC_EPSTS_TDC))) { in udc_data_in_isr()
2654 if (tmp & AMD_BIT(UDC_EPSTS_TDC)) { in udc_control_in_isr()
2659 writel(AMD_BIT(UDC_EPSTS_TDC), in udc_control_in_isr()