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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp218 uint8_t uDevFnBridge = 0; local
223 uDevFnBridge = pBus->aPciDev.devfn;
232 ich9pciSetIrqInternal(PCIROOTBUS_2_PCIGLOBALS(pBus), uDevFnBridge, pPciDev, iIrqPinBridge, iLevel, uTagSrc); local
H A DDevPCI.cpp2322 uint8_t uDevFnBridge = 0; local
2327 uDevFnBridge = pBus->PciDev.devfn;
2336 pciSetIrqInternal(PCIBUS_2_PCIGLOBALS(pBus), uDevFnBridge, pPciDev, iIrqPinBridge, iLevel, uTagSrc); local

Completed in 416 milliseconds