]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoHighLevel.c
index ed09b4e5aa27f7cf93854c3b018b26126f768ec8..4e5a738155a7e85cc8d8d60e8108f31b5d755b81 100644 (file)
@@ -13,8 +13,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  IoHighLevel.c\r
-\r
   The following IoLib instances share the same version of this file:\r
 \r
     BaseIoLibIntrinsic\r
 \r
 **/\r
 \r
+//\r
+// Include common header file for this module.\r
+//\r
+#include "BaseIoLibIntrinsicInternal.h"\r
+\r
 /**\r
   Reads an 8-bit I/O port, performs a bitwise inclusive OR, and writes the\r
   result back to the 8-bit I/O port.\r
@@ -127,7 +130,8 @@ IoAndThenOr8 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..7.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT8\r
@@ -407,7 +411,8 @@ IoAndThenOr16 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..15.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT16\r
@@ -687,7 +692,8 @@ IoAndThenOr32 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..31.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT32\r
@@ -967,7 +973,8 @@ IoAndThenOr64 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..63.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT64\r
@@ -1248,7 +1255,8 @@ MmioAndThenOr8 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..7.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT8\r
@@ -1530,7 +1538,8 @@ MmioAndThenOr16 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..15.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT16\r
@@ -1812,7 +1821,8 @@ MmioAndThenOr32 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..31.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT32\r
@@ -2094,7 +2104,8 @@ MmioAndThenOr64 (
   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
                     Range 0..63.\r
 \r
-  @return The value read.\r
+  @return The value read from I/O port specified by StartBit and\r
+          EndBit.\r
 \r
 **/\r
 UINT64\r