Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dcore_intr.c624 GINTSTS_USBSUSP | GINTSTS_PRTINT | \
822 if (gintsts & ~GINTSTS_PRTINT) in dwc2_handle_common_intr()
849 if (gintsts & GINTSTS_PRTINT) { in dwc2_handle_common_intr()
Dhw.h121 #define GINTSTS_PRTINT BIT(24) macro
Dhcd_intr.c2245 if (gintsts & GINTSTS_PRTINT) in dwc2_handle_hcd_intr()
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()