Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
r48674 r58466 127 127 If 16-bit I/O port operations are not supported, then ASSERT(). 128 128 If Port is not aligned on a 16-bit boundary, then ASSERT(). 129 129 130 130 @param Port The I/O port to write. 131 131 @param Value The value to write to the I/O port. … … 164 164 If 32-bit I/O port operations are not supported, then ASSERT(). 165 165 If Port is not aligned on a 32-bit boundary, then ASSERT(). 166 166 167 167 @param Port The I/O port to read. 168 168 … … 198 198 If 32-bit I/O port operations are not supported, then ASSERT(). 199 199 If Port is not aligned on a 32-bit boundary, then ASSERT(). 200 200 201 201 @param Port The I/O port to write. 202 202 @param Value The value to write to the I/O port. … … 338 338 @param Address The MMIO register to write. 339 339 @param Value The value to write to the MMIO register. 340 340 341 341 @return Value. 342 342 … … 407 407 @param Address The MMIO register to write. 408 408 @param Value The value to write to the MMIO register. 409 409 410 410 @return Value. 411 411 … … 479 479 @param Address The MMIO register to write. 480 480 @param Value The value to write to the MMIO register. 481 481 482 482 @return Value. 483 483
Note:
See TracChangeset
for help on using the changeset viewer.