Searched refs:USBF_EP0_SETUP_INT (Results 1 – 1 of 1) sorted by relevance
91 #define USBF_EP0_SETUP_INT BIT(0) macro2636 sts = ep0->status & (USBF_EP0_SETUP_INT | USBF_EP0_IN_INT | USBF_EP0_OUT_INT | in usbf_ep0_interrupt()2648 if (!(sts & USBF_EP0_SETUP_INT)) in usbf_ep0_interrupt()2651 sts &= ~USBF_EP0_SETUP_INT; in usbf_ep0_interrupt()2687 if (!(sts & (USBF_EP0_STG_END_INT | USBF_EP0_SETUP_INT))) in usbf_ep0_interrupt()2725 if (!(sts & (USBF_EP0_STG_END_INT | USBF_EP0_SETUP_INT))) in usbf_ep0_interrupt()