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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoLibIpf.c35 InternalGetMemoryMapAddress ( function
74 return MmioRead8 (InternalGetMemoryMapAddress (Port));
98 return MmioRead16 (InternalGetMemoryMapAddress (Port));
122 return MmioRead32 (InternalGetMemoryMapAddress (Port));
172 return MmioWrite8 (InternalGetMemoryMapAddress (Port), Value);
198 return MmioWrite16 (InternalGetMemoryMapAddress (Port), Value);
224 return MmioWrite32 (InternalGetMemoryMapAddress (Port), Value);

Completed in 41 milliseconds