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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp586 #define OHCI_CTL_CLE (1<<4) macro
3802 if ( (pThis->ctl & OHCI_CTL_CLE)
4399 AssertMsg(!(pThis->ctl & OHCI_CTL_CLE), ("Illegal write! HcControl.ControlListEnabled is set! val=%#010x\n", val));

Completed in 578 milliseconds