Home
last modified time | relevance | path

Searched refs:GINTSTS_PRTINT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c91 dwc2_writel(GINTSTS_PRTINT, hsotg->regs + GINTSTS); in dwc2_handle_usb_port_intr()
488 GINTSTS_USBSUSP | GINTSTS_PRTINT)
542 if (gintsts & ~GINTSTS_PRTINT) in dwc2_handle_common_intr()
560 if (gintsts & GINTSTS_PRTINT) { in dwc2_handle_common_intr()
Dhw.h141 #define GINTSTS_PRTINT (1 << 24) macro
Dcore.c866 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
880 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT | in dwc2_disable_host_interrupts()
Dhcd_intr.c2175 if (gintsts & GINTSTS_PRTINT) in dwc2_handle_hcd_intr()