Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc2/
Dcore_intr.c487 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr()
653 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
868 if (gintsts & GINTSTS_DISCONNINT) in dwc2_handle_common_intr()
Dhw.h146 #define GINTSTS_DISCONNINT BIT(29) macro
Dhcd.c199 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
214 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()