HomeSort by: relevance | last modified time | path
    Searched refs:GINTSTS_PRTINT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 498 GINTSTS_USBSUSP | GINTSTS_PRTINT)
552 if (gintsts & ~GINTSTS_PRTINT)
570 if (gintsts & GINTSTS_PRTINT) {
dwc2_hw.h 143 #define GINTSTS_PRTINT (1 << 24)
dwc2_hcdintr.c 2250 if (gintsts & GINTSTS_PRTINT)
dwc2_core.c 1001 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT;
1015 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT |

Completed in 18 milliseconds