Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_coreintr.c410 DWC2_WRITE_4(hsotg, GINTSTS, GINTSTS_DISCONNINT); in dwc2_handle_disconnect_intr()
497 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
561 if (gintsts & GINTSTS_DISCONNINT) in dwc2_handle_common_intr()
Ddwc2_hw.h138 #define GINTSTS_DISCONNINT (1 << 29) macro
Ddwc2_core.c1001 intmsk |= GINTSTS_DISCONNINT | GINTSTS_PRTINT | GINTSTS_HCHINT; in dwc2_enable_host_interrupts()
1016 GINTSTS_PTXFEMP | GINTSTS_NPTXFEMP | GINTSTS_DISCONNINT); in dwc2_disable_host_interrupts()