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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp28 * approach was taken. Whenever the bus is enabled ohci->eof_timer will be set.
803 static void ohciBusResume(POHCI ohci, bool fHardware);
821 static void ohciUpdateInterruptLocked(POHCI ohci, const char *msg) argument
825 if ( (ohci->intr & OHCI_INTR_MASTER_INTERRUPT_ENABLED)
826 && (ohci->intr_status & ohci->intr)
827 && !(ohci->ctl & OHCI_CTL_IR))
830 PDMDevHlpPCISetIrq(ohci->CTX_SUFF(pDevIns), 0, level);
833 uint32_t val = ohci->intr_status & ohci
843 ohciSetInterruptInt(POHCI ohci, int rcBusy, uint32_t intr, const char *msg) argument
[all...]

Completed in 121 milliseconds