]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoHighLevel.c
index bc5d4aab8985b3a1269975f30733929e44656279..4e5a738155a7e85cc8d8d60e8108f31b5d755b81 100644 (file)
@@ -130,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
@@ -410,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
@@ -690,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
@@ -970,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
@@ -1251,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
@@ -1533,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
@@ -1815,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
@@ -2097,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