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

/drivers/usb/dwc2/
H A Dcore_intr.c91 writel(GINTSTS_PRTINT, hsotg->regs + GINTSTS);
422 GINTSTS_USBSUSP | GINTSTS_PRTINT)
476 if (gintsts & ~GINTSTS_PRTINT)
494 if (gintsts & GINTSTS_PRTINT) {
H A Dhw.h141 #define GINTSTS_PRTINT (1 << 24) macro
H A Dcore.c509 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT;
523 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT |
H A Dhcd_intr.c2089 if (gintsts & GINTSTS_PRTINT)

Completed in 23 milliseconds