Searched refs:GINTSTS_SESSREQINT (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/dwc2/
H A Dcore_intr.c314 writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS);
419 #define GINTMSK_COMMON (GINTSTS_WKUPINT | GINTSTS_SESSREQINT | \
487 if (gintsts & GINTSTS_SESSREQINT)
H A Dhw.h135 #define GINTSTS_SESSREQINT (1 << 30) macro
H A Dgadget.c2152 writel(GINTSTS_ERLYSUSP | GINTSTS_SESSREQINT |
2284 if (gintsts & GINTSTS_SESSREQINT) {
2286 writel(GINTSTS_SESSREQINT, hsotg->regs + GINTSTS);
H A Dcore.c82 GINTSTS_SESSREQINT;

Completed in 82 milliseconds