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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c332 UINT64 PciAddress; local
340 PciAddress = EFI_PCI_ADDRESS (PciIoDevice->BusNumber, PciIoDevice->DeviceNumber, PciIoDevice->FunctionNumber, 0);
344 PciAddress,
H A DPciLib.c990 UINT64 PciAddress; local
1006 PciAddress = 0;
1041 PciAddress = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0);
1078 PciAddress,
1132 PciAddress,
1302 UINT64 PciAddress; local
1324 PciAddress = EFI_PCI_ADDRESS (Temp->BusNumber, Temp->DeviceNumber, Temp->FunctionNumber, 0);
1328 PciAddress,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c1138 @param PciAddress The address of the PCI device on the PCI bus. This address can be passed to the
1158 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,
1155 PreprocessController( IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *This, IN EFI_HANDLE RootBridgeHandle, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress, IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase ) argument
H A DPciHostBridge.h348 @param PciAddress The address of the PCI device on the PCI bus. This address can be passed to the
368 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,
459 UINTN PciAddress; member in struct:__anon12666
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c858 UINT64 PciAddress; local
865 PciAddress = PciConfigWrite.Address;
869 DEBUG ((EFI_D_INFO, "BootScriptExecutePciCfgWrite - 0x%08x, 0x%08x, 0x%08x\n", (UINTN)PciAddress, (UINTN)PciConfigWrite.Count, (UINTN)DataWidth));
874 PciAddress,
882 Reg = (UINT8) ((UINT8) PciAddress + DataWidth);
883 PciAddress = (PciAddress & 0xFFFFFFFFFFFFFF00ULL) + Reg;
1374 UINT64 PciAddress; local
1381 PciAddress = PciCfg2Write.Address;
1385 DEBUG ((EFI_D_INFO, "BootScriptExecutePciCfg2Write - 0x%08x\n", (UINTN)PciAddress));
[all...]
/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp134 } PciAddress; typedef in typeref:struct:__anon9919
185 DECLINLINE(void) ich9pciPhysToPciAddr(PICH9PCIGLOBALS pGlobals, RTGCPHYS GCPhysAddr, PciAddress* pPciAddr)
193 DECLINLINE(void) ich9pciStateToPciAddr(PICH9PCIGLOBALS pGlobals, RTGCPHYS addr, PciAddress* pPciAddr)
310 static int ich9pciDataWriteAddr(PICH9PCIGLOBALS pGlobals, PciAddress* pAddr,
372 PciAddress aPciAddr;
423 static int ich9pciDataReadAddr(PICH9PCIGLOBALS pGlobals, PciAddress* pPciAddr, int cb,
492 PciAddress aPciAddr;
682 PciAddress aDest;
734 PciAddress aDest;
1579 PciAddress aPciAdd
[all...]
/vbox/include/VBox/
H A Drawpci.h105 uint32_t PciAddress; member in struct:__anon235

Completed in 67 milliseconds