Searched defs:OHCI_CTL_RWC (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp594 #define OHCI_CTL_RWC (1<<9) macro
1141 pThis->ctl |= OHCI_CTL_RWC; /* We're the firmware, set RemoteWakeupConnected. */
1143 pThis->ctl &= OHCI_CTL_IR | OHCI_CTL_RWC; /* IR and RWC are preserved on software reset. */

Completed in 529 milliseconds