Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_regs.h114 #define INT_ENUMDONE (0x1<<13) macro
248 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
Ddwc2_udc_otg_xfer_dma.c490 if (intr_status & INT_ENUMDONE) { in dwc2_udc_irq()
493 writel(INT_ENUMDONE, &reg->gintsts); in dwc2_udc_irq()