/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciHotPlugSupport.c | 332 UINT64 PciAddress; local 340 PciAddress = EFI_PCI_ADDRESS (PciIoDevice->BusNumber, PciIoDevice->DeviceNumber, PciIoDevice->FunctionNumber, 0); 344 PciAddress,
|
H A D | PciDeviceSupport.h | 263 @param PciAddress Buffer holding searched result. 265 @retval EFI_SUCCESS PCI address was stored in PciAddress. 273 OUT UINT64 *PciAddress
|
H A D | PciLib.c | 990 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,
|
H A D | PciDeviceSupport.c | 1079 @param PciAddress Buffer holding searched result. 1081 @retval EFI_SUCCESS PCI address was stored in PciAddress 1089 OUT UINT64 *PciAddress 1139 *PciAddress = EFI_PCI_ADDRESS (RootBridge->BusNumber, Node.Pci->Device, Node.Pci->Function, 0); 1147 *PciAddress = EFI_PCI_ADDRESS (Temp->BusNumber, Temp->DeviceNumber, Temp->FunctionNumber, 0);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | PciPlatform.h | 239 @param[in] PciAddress The address of the PCI device on the PCI bus. 252 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,
|
H A D | DeviceIo.h | 93 @param PciAddress The PCI configuration space address of the device whose Device Path 95 @param PciDevicePath A pointer to the pointer for the EFI Device Path for PciAddress. 100 @retval EFI_UNSUPPORTED The PciAddress does not map to a valid EFI Device Path. 107 IN UINT64 PciAddress,
|
H A D | PciHostBridgeResourceAllocation.h | 355 @param[in] PciAddress The address of the PCI device on the PCI bus. 372 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_PCI_ADDRESS PciAddress,
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciHostBridge.h | 348 @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
|
H A D | PciHostBridge.c | 1138 @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 D | PciRootBridgeIo.c | 676 PrivateData->PciAddress = 0xCF8;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
H A D | BootScriptExecute.c | 858 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 D | DevPciIch9.cpp | 134 } 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...] |
H A D | SrvPciRawR0.cpp | 938 pReq->u.aOpenDevice.PciAddress,
|
/vbox/include/VBox/ |
H A D | rawpci.h | 105 uint32_t PciAddress; member in struct:__anon235
|