Searched refs:GINTSTS_NPTXFEMP (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/dwc2/
H A Dgadget.c386 s3c_hsotg_en_gsint(hsotg, GINTSTS_NPTXFEMP);
419 GINTSTS_NPTXFEMP);
448 GINTSTS_NPTXFEMP);
2069 #define IRQ_RETRY_MASK (GINTSTS_NPTXFEMP | \
2351 if (gintsts & GINTSTS_NPTXFEMP) {
2360 s3c_hsotg_disable_gsint(hsotg, GINTSTS_NPTXFEMP);
H A Dhcd.c283 intr &= ~(GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT);
285 intr = GINTSTS_NPTXFEMP | GINTSTS_PTXFEMP | GINTSTS_HCHINT;
1283 gintmsk |= GINTSTS_NPTXFEMP;
1294 gintmsk &= ~GINTSTS_NPTXFEMP;
1335 gintmsk &= ~GINTSTS_NPTXFEMP;
H A Dhw.h160 #define GINTSTS_NPTXFEMP (1 << 5) macro
H A Dhcd_intr.c806 gintmsk |= GINTSTS_NPTXFEMP;
2087 if (gintsts & GINTSTS_NPTXFEMP)
H A Dcore.c524 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP);

Completed in 59 milliseconds