Searched refs:GINTSTS_RESETDET (Results 1 – 2 of 2) sorted by relevance
152 #define GINTSTS_RESETDET BIT(23) macro
3455 GINTSTS_USBRST | GINTSTS_RESETDET | in dwc2_hsotg_core_init_disconnected()3721 if (gintsts & GINTSTS_RESETDET) { in dwc2_hsotg_irq()3724 dwc2_writel(hsotg, GINTSTS_RESETDET, GINTSTS); in dwc2_hsotg_irq()3733 if (gintsts & (GINTSTS_USBRST | GINTSTS_RESETDET)) { in dwc2_hsotg_irq()
Completed in 15 milliseconds