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

/freebsd-13-stable/sys/dev/usb/controller/
H A Duhcireg.h91 #define UHCI_PORTSC_SUSP 0x1000 macro
93 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \
H A Duhci.c2601 UWRITE2(sc, port, x & ~(UHCI_PORTSC_SUSP));
2695 UHCI_PORTSC_SUSP));
2702 } else if (x & UHCI_PORTSC_SUSP) {
2735 UWRITE2(sc, port, x | UHCI_PORTSC_SUSP);

Completed in 52 milliseconds