Searched refs:PCI_ADDRESS_ENCODE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h48 #define PCI_ADDRESS_ENCODE(A) (UINTN)PCI_LIB_ADDRESS( \ macro
H A DBootScriptExecute.c724 * (UINT8 *) Buffer = PciRead8 (PCI_ADDRESS_ENCODE(Address));
729 * (UINT16 *) Buffer = PciRead16 (PCI_ADDRESS_ENCODE(Address));
734 * (UINT32 *) Buffer = PciRead32 (PCI_ADDRESS_ENCODE(Address));
766 PciWrite8 (PCI_ADDRESS_ENCODE(Address), *(UINT8 *) Buffer);
772 PciWrite16 (PCI_ADDRESS_ENCODE(Address), *(UINT16 *) Buffer);
778 PciWrite32 (PCI_ADDRESS_ENCODE(Address), *(UINT32 *) Buffer);

Completed in 87 milliseconds