Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c386 writel(GINTSTS_DISCONNINT, hsotg->regs + GINTSTS); in dwc2_handle_disconnect_intr()
435 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
499 if (gintsts & GINTSTS_DISCONNINT) in dwc2_handle_common_intr()
Dhw.h136 #define GINTSTS_DISCONNINT (1 << 29) macro
Dcore.c499 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()