Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhw.h142 #define GINTSTS_RESETDET (1 << 23) macro
Dgadget.c2332 GINTSTS_USBRST | GINTSTS_RESETDET | in dwc2_hsotg_core_init_disconnected()
2474 if (gintsts & GINTSTS_RESETDET) { in dwc2_hsotg_irq()
2477 dwc2_writel(GINTSTS_RESETDET, hsotg->regs + GINTSTS); in dwc2_hsotg_irq()
2486 if (gintsts & (GINTSTS_USBRST | GINTSTS_RESETDET)) { in dwc2_hsotg_irq()