Home
last modified time | relevance | path

Searched refs:GINTSTS_MODEMIS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c105 writel(GINTSTS_MODEMIS, hsotg->regs + GINTSTS); in dwc2_handle_mode_mismatch_intr()
435 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
493 if (gintsts & GINTSTS_MODEMIS) in dwc2_handle_common_intr()
Dhw.h164 #define GINTSTS_MODEMIS (1 << 1) macro
Dcore.c76 intmsk = GINTSTS_MODEMIS | GINTSTS_OTGINT; in dwc2_enable_common_interrupts()