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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp206 PDMBOTHCBDECL(void) ich9pcibridgeSetIrq(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iIrq, int iLevel, uint32_t uTagSrc) function
1856 * device will use there. See logic in ich9pcibridgeSetIrq().
2822 PciBusReg.pfnSetIrqR3 = ich9pcibridgeSetIrq;
2824 PciBusReg.pszSetIrqRC = fGCEnabled ? "ich9pcibridgeSetIrq" : NULL;
2825 PciBusReg.pszSetIrqR0 = fR0Enabled ? "ich9pcibridgeSetIrq" : NULL;

Completed in 905 milliseconds