Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c372 dwc2_writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr()
390 dwc2_writel(GINTSTS_WKUPINT, hsotg->regs + GINTSTS); in dwc2_handle_wakeup_detected_intr()
485 #define GINTMSK_COMMON (GINTSTS_WKUPINT | GINTSTS_SESSREQINT | \
555 if (gintsts & GINTSTS_WKUPINT) in dwc2_handle_common_intr()
Dhw.h134 #define GINTSTS_WKUPINT (1 << 31) macro
Dgadget.c2339 GINTSTS_USBSUSP | GINTSTS_WKUPINT | in dwc2_hsotg_core_init_disconnected()
Dcore.c448 intmsk |= GINTSTS_WKUPINT | GINTSTS_USBSUSP | in dwc2_enable_common_interrupts()