Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dpch_udc.c70 #define UDC_EPSTS_TDC (1 << 10) macro
2163 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()
Damd5536udc.h237 #define UDC_EPSTS_TDC 10 macro
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()