Home
last modified time | relevance | path

Searched refs:GINTSTS_DISCONNINT (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dcore_intr.c457 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr()
623 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
838 if (gintsts & GINTSTS_DISCONNINT) in dwc2_handle_common_intr()
Dhw.h116 #define GINTSTS_DISCONNINT BIT(29) macro
Dhcd.c170 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
185 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()