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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMm.c183 @param[out]PciEAddress PCI-E address extention format.
189 OUT UINT64 *PciEAddress
192 *PciEAddress = RShiftU64(InputAddress & ~(UINT64) 0xFFF, 4);
193 *PciEAddress += LShiftU64((UINT16) InputAddress & 0x0FFF, 32);
212 UINT64 PciEAddress; local
234 PciEAddress = 0;
464 GetPciEAddressFromInputAddress (Address, &PciEAddress);
478 IoDev->Pci.Write (IoDev, Width, PciEAddress, 1, &Value);
504 IoDev->Pci.Read (IoDev, Width, PciEAddress, 1, &Buffer);
548 IoDev->Pci.Read (IoDev, Width, PciEAddress,
[all...]

Completed in 33 milliseconds