Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore_intr.c430 writel(GINTSTS_USBSUSP, hsotg->regs + GINTSTS); in dwc2_handle_usb_suspend_intr()
436 GINTSTS_USBSUSP | GINTSTS_PRTINT)
505 if (gintsts & GINTSTS_USBSUSP) in dwc2_handle_common_intr()
Dhw.h154 #define GINTSTS_USBSUSP (1 << 11) macro
Dcore.c81 intmsk |= GINTSTS_CONIDSTSCHNG | GINTSTS_WKUPINT | GINTSTS_USBSUSP | in dwc2_enable_common_interrupts()
Dgadget.c2314 GINTSTS_USBSUSP | GINTSTS_WKUPINT, in s3c_hsotg_core_init_disconnected()