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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp588 #define OHCI_CTL_HCFS ((1<<6)|(1<<7)) macro
870 if ((pThis->ctl & OHCI_CTL_HCFS) != OHCI_USB_SUSPEND)
1146 pThis->ctl &= ~OHCI_CTL_HCFS;
3983 pThis->ctl &= ~OHCI_CTL_HCFS;
4080 uint32_t old_state = pThis->ctl & OHCI_CTL_HCFS;
4081 uint32_t new_state = val & OHCI_CTL_HCFS;
4513 if ((pThis->ctl & OHCI_CTL_HCFS) == OHCI_USB_OPERATIONAL)

Completed in 67 milliseconds