Home
last modified time | relevance | path

Searched refs:GINTSTS_PRTINT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otgreg.h229 #define GINTSTS_PRTINT (1<<24) macro
H A Ddwc_otg.c98 (GINTSTS_USBRST | GINTSTS_ENUMDONE | GINTSTS_PRTINT | \
2976 if (status & GINTSTS_PRTINT) { in dwc_otg_interrupt()