Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dcore_intr.c663 GINTSTS_USBSUSP | GINTSTS_PRTINT | \
866 if (gintsts & ~GINTSTS_PRTINT) in dwc2_handle_common_intr()
893 if (gintsts & GINTSTS_PRTINT) { in dwc2_handle_common_intr()
A Dhw.h133 #define GINTSTS_PRTINT BIT(24) macro
A Dhcd_intr.c2246 if (gintsts & GINTSTS_PRTINT) in dwc2_handle_hcd_intr()
A Dhcd.c170 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
184 intmsk &= ~(GINTSTS_SOF | GINTSTS_PRTINT | GINTSTS_HCHINT | in dwc2_disable_host_interrupts()

Completed in 797 milliseconds