Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg_regs.h128 #define INT_ENUMDONE (0x1<<13) macro
263 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
A Ddwc2_udc_otg_xfer_dma.c505 if (intr_status & INT_ENUMDONE) { in dwc2_udc_irq()
508 writel(INT_ENUMDONE, &reg->gintsts); in dwc2_udc_irq()

Completed in 6 milliseconds