Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h133 #define GINTSTS_ENUMDONE BIT(13) macro
H A Dgadget.c3459 GINTSTS_ENUMDONE | GINTSTS_OTGINT | in dwc2_hsotg_core_init_disconnected()
3763 if (gintsts & GINTSTS_ENUMDONE) { in dwc2_hsotg_irq()
3764 dwc2_writel(hsotg, GINTSTS_ENUMDONE, GINTSTS); in dwc2_hsotg_irq()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h159 #define GINTSTS_ENUMDONE BIT(13) macro