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

/drivers/usb/dwc2/
H A Dcore_intr.c356 writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS);
419 #define GINTMSK_COMMON (GINTSTS_WKUPINT | GINTSTS_SESSREQINT | \
489 if (gintsts & GINTSTS_WKUPINT)
H A Dhw.h134 #define GINTSTS_WKUPINT (1 << 31) macro
H A Dgadget.c2156 GINTSTS_USBSUSP | GINTSTS_WKUPINT,
2395 if (gintsts & GINTSTS_WKUPINT) {
2397 writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS);
H A Dcore.c81 intmsk |= GINTSTS_CONIDSTSCHNG | GINTSTS_WKUPINT | GINTSTS_USBSUSP |

Completed in 55 milliseconds