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

/drivers/usb/dwc2/
H A Dcore_intr.c105 writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS);
421 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
479 if (gintsts & GINTSTS_MODEMIS)
H A Dhw.h164 #define GINTSTS_MODEMIS (1 << 1) macro
H A Dgadget.c2383 if (gintsts & GINTSTS_MODEMIS) {
2385 writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS);
H A Dcore.c76 intmsk = GINTSTS_MODEMIS | GINTSTS_OTGINT;

Completed in 82 milliseconds