Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/
Drenesas_usbf.c93 #define USBF_EP0_STG_START_INT BIT(1) macro
2638 USBF_EP0_OUT_NULL_INT | USBF_EP0_STG_START_INT | in usbf_ep0_interrupt()
2668 if (!(sts & USBF_EP0_STG_START_INT)) in usbf_ep0_interrupt()
2671 sts &= ~USBF_EP0_STG_START_INT; in usbf_ep0_interrupt()
2707 if (!(sts & USBF_EP0_STG_START_INT)) in usbf_ep0_interrupt()
2710 sts &= ~USBF_EP0_STG_START_INT; in usbf_ep0_interrupt()