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

/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c99 #define USBF_EP0_OUT_NULL_INT BIT(7) macro
689 if (ep0->status & USBF_EP0_OUT_NULL_INT) {
2638 USBF_EP0_OUT_NULL_INT | USBF_EP0_STG_START_INT |
2677 if (!(sts & (USBF_EP0_OUT_INT | USBF_EP0_OUT_NULL_INT)))
2680 sts &= ~(USBF_EP0_OUT_INT | USBF_EP0_OUT_NULL_INT);
2697 if (!(sts & (USBF_EP0_OUT_INT | USBF_EP0_OUT_NULL_INT)))
2700 sts &= ~(USBF_EP0_OUT_INT | USBF_EP0_OUT_NULL_INT);

Completed in 212 milliseconds