Searched refs:GINTSTS_WKUPINT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otgreg.h211 #define GINTSTS_WKUPINT (1<<31) macro
H A Ddwc_otg.c398 sc->sc_irq_mask &= ~GINTSTS_WKUPINT;
422 sc->sc_irq_mask |= GINTSTS_WKUPINT;
2234 sc->sc_irq_mask &= ~GINTSTS_WKUPINT;
2312 if (status & GINTSTS_WKUPINT) {

Completed in 92 milliseconds