Searched refs:USBF_EP0_SETUP_INT (Results 1 – 1 of 1) sorted by relevance
92 #define USBF_EP0_SETUP_INT BIT(0) macro2637 sts = ep0->status & (USBF_EP0_SETUP_INT | USBF_EP0_IN_INT | USBF_EP0_OUT_INT | in usbf_ep0_interrupt()2649 if (!(sts & USBF_EP0_SETUP_INT)) in usbf_ep0_interrupt()2652 sts &= ~USBF_EP0_SETUP_INT; in usbf_ep0_interrupt()2688 if (!(sts & (USBF_EP0_STG_END_INT | USBF_EP0_SETUP_INT))) in usbf_ep0_interrupt()2726 if (!(sts & (USBF_EP0_STG_END_INT | USBF_EP0_SETUP_INT))) in usbf_ep0_interrupt()