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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp774 PPCIDEVICE pBridge = pBus->papBridgesR3[iBridge]; local
775 AssertMsg(pBridge && pciDevIsPci2PciBridge(pBridge),
777 uint32_t uSecondary = PCIDevGetByte(pBridge, VBOX_PCI_SECONDARY_BUS);
778 uint32_t uSubordinate = PCIDevGetByte(pBridge, VBOX_PCI_SUBORDINATE_BUS);
781 return pBridge;
1841 PPCIDEVICE pBridge = ich9pciFindBridge(pBus, uBus);
1842 if (!pBridge)
1847 if (uBus == PCIDevGetByte(pBridge, VBOX_PCI_SECONDARY_BUS))
1852 pBus = PDMINS_2_DATA(pBridge
[all...]

Completed in 47 milliseconds