Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_coreintr.c494 dwc2_writel(hsotg, GINTSTS_DISCONNINT, GINTSTS); in dwc2_handle_disconnect_intr()
662 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
877 if (gintsts & GINTSTS_DISCONNINT) in dwc2_handle_common_intr()
Ddwc2_hw.h148 #define GINTSTS_DISCONNINT (1 << 29) macro
Ddwc2_hcd.c220 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
235 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()