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

/freebsd-11-stable/sys/dev/usb/controller/
H A Duhcireg.h89 #define UHCI_PORTSC_SUSP 0x1000 macro
91 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \
H A Duhci.c2634 UWRITE2(sc, port, x & ~(UHCI_PORTSC_SUSP));
2728 UHCI_PORTSC_SUSP));
2735 } else if (x & UHCI_PORTSC_SUSP) {
2768 UWRITE2(sc, port, x | UHCI_PORTSC_SUSP);

Completed in 63 milliseconds