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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimePciExpressLib/
H A DPciExpressLib.c194 GetPciExpressAddress ( function
305 Address = GetPciExpressAddress (Address & 0x0ffff000);
374 return MmioRead8 (GetPciExpressAddress (Address));
400 return MmioWrite8 (GetPciExpressAddress (Address), Value);
430 return MmioOr8 (GetPciExpressAddress (Address), OrData);
460 return MmioAnd8 (GetPciExpressAddress (Address), AndData);
494 GetPciExpressAddress (Address),
530 GetPciExpressAddress (Address),
569 GetPciExpressAddress (Address),
612 GetPciExpressAddress (Addres
[all...]

Completed in 34 milliseconds