Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Damd5536udc.h233 #define UDC_EPSTS_IN 6 macro
Dpch_udc.c79 #define UDC_EPSTS_IN (1 << 6) macro
1031 pch_udc_ep_bit_set(ep, UDC_EPSTS_ADDR, UDC_EPSTS_IN); in pch_udc_ep_disable()
2260 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_data_in()
2285 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) && in pch_udc_svc_data_in()
2361 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_control_in()
2380 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) && in pch_udc_svc_control_in()
Damd5536udc.c467 tmp |= AMD_BIT(UDC_EPSTS_IN); in ep_init()
2344 if ((epsts & AMD_BIT(UDC_EPSTS_IN)) in udc_data_in_isr()
2658 } else if (tmp & AMD_BIT(UDC_EPSTS_IN)) { in udc_control_in_isr()
2663 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()
2724 writel(AMD_BIT(UDC_EPSTS_IN), in udc_control_in_isr()