Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_coreintr.c518 dwc2_writel(hsotg, GINTSTS_USBSUSP, GINTSTS); in dwc2_handle_usb_suspend_intr()
663 GINTSTS_USBSUSP | GINTSTS_PRTINT | \
883 if (gintsts & GINTSTS_USBSUSP) in dwc2_handle_common_intr()
Ddwc2_hw.h167 #define GINTSTS_USBSUSP (1 << 11) macro
Ddwc2_hcd.c95 intmsk |= GINTSTS_WKUPINT | GINTSTS_USBSUSP | in dwc2_enable_common_interrupts()