Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_coreintr.c287 dwc2_writel(hsotg, GINTSTS_CONIDSTSCHNG, GINTSTS); in dwc2_handle_conn_id_status_change_intr()
661 GINTSTS_CONIDSTSCHNG | GINTSTS_OTGINT | \
875 if (gintsts & GINTSTS_CONIDSTSCHNG) in dwc2_handle_common_intr()
H A Ddwc2_hw.h149 #define GINTSTS_CONIDSTSCHNG (1 << 28) macro
H A Ddwc2_hcd.c93 intmsk |= GINTSTS_CONIDSTSCHNG; in dwc2_enable_common_interrupts()