Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h126 #define INT_ENUMDONE (0x1<<13) macro
262 #define GINTMSK_INIT (INT_OUT_EP | INT_IN_EP | INT_RESUME | INT_ENUMDONE\
H A Ddwc2_udc_otg_xfer_dma.c491 if (intr_status & INT_ENUMDONE) { in dwc2_udc_irq()
494 writel(INT_ENUMDONE, &reg->gintsts); in dwc2_udc_irq()