Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_coreintr.c108 dwc2_writel(hsotg, GINTSTS_MODEMIS, GINTSTS); in dwc2_handle_mode_mismatch_intr()
662 GINTSTS_MODEMIS | GINTSTS_DISCONNINT | \
871 if (gintsts & GINTSTS_MODEMIS) in dwc2_handle_common_intr()
H A Ddwc2_hw.h177 #define GINTSTS_MODEMIS (1 << 1) macro
H A Ddwc2_hcd.c88 intmsk = GINTSTS_MODEMIS | GINTSTS_OTGINT; in dwc2_enable_common_interrupts()