Home
last modified time | relevance | path

Searched refs:UDC_EPSTS_IN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Damd5536udc.h240 #define UDC_EPSTS_IN 6 macro
H A Dpch_udc.c75 #define UDC_EPSTS_IN (1 << 6) macro
1020 pch_udc_ep_bit_set(ep, UDC_EPSTS_ADDR, UDC_EPSTS_IN); in pch_udc_ep_disable()
2268 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_data_in()
2293 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) && in pch_udc_svc_data_in()
2384 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_control_in()
2403 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
H A Dsnps_udc_core.c479 tmp |= AMD_BIT(UDC_EPSTS_IN); in ep_init()
2374 if ((epsts & AMD_BIT(UDC_EPSTS_IN)) in udc_data_in_isr()
2688 } else if (tmp & AMD_BIT(UDC_EPSTS_IN)) { in udc_control_in_isr()
2693 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()
2754 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Damd5536udc.h240 #define UDC_EPSTS_IN 6 macro
H A Dpch_udc.c74 #define UDC_EPSTS_IN (1 << 6) macro
1016 pch_udc_ep_bit_set(ep, UDC_EPSTS_ADDR, UDC_EPSTS_IN); in pch_udc_ep_disable()
2163 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_data_in()
2188 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) && in pch_udc_svc_data_in()
2279 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_control_in()
2298 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
H A Dsnps_udc_core.c475 tmp |= AMD_BIT(UDC_EPSTS_IN); in ep_init()
2349 if ((epsts & AMD_BIT(UDC_EPSTS_IN)) in udc_data_in_isr()
2663 } else if (tmp & AMD_BIT(UDC_EPSTS_IN)) { in udc_control_in_isr()
2668 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()
2729 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()

Completed in 17 milliseconds