Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDuhcireg.h89 #define UHCI_PORTSC_SUSP 0x1000 macro
91 #define URWMASK(x) ((x) & (UHCI_PORTSC_SUSP | \
HDuhci.c2635 UWRITE2(sc, port, x & ~(UHCI_PORTSC_SUSP)); in uhci_roothub_exec()
2729 UHCI_PORTSC_SUSP)); in uhci_roothub_exec()
2736 } else if (x & UHCI_PORTSC_SUSP) { in uhci_roothub_exec()
2769 UWRITE2(sc, port, x | UHCI_PORTSC_SUSP); in uhci_roothub_exec()