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

/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c93 #define USBF_EP0_STG_START_INT BIT(1) macro
2638 USBF_EP0_OUT_NULL_INT | USBF_EP0_STG_START_INT |
2668 if (!(sts & USBF_EP0_STG_START_INT))
2671 sts &= ~USBF_EP0_STG_START_INT;
2707 if (!(sts & USBF_EP0_STG_START_INT))
2710 sts &= ~USBF_EP0_STG_START_INT;

Completed in 171 milliseconds