]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibIpf.c
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibIpf.c
index 23ca5c68ed3d83c44a5ab74f6e61c355f318ae9d..bcd376aa630d321c84f9bf05cd4b7be772f1b4a5 100644 (file)
@@ -61,7 +61,7 @@ InternalGetMemoryMapAddress (
 \r
   @param  Port  The I/O port to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Port.\r
 \r
 **/\r
 UINT8\r
@@ -82,7 +82,7 @@ IoRead8 (
 \r
   @param  Port  The I/O port to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Port.\r
 \r
 **/\r
 UINT16\r
@@ -103,7 +103,7 @@ IoRead16 (
 \r
   @param  Port  The I/O port to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Port.\r
 \r
 **/\r
 UINT32\r
@@ -126,7 +126,7 @@ IoRead32 (
 \r
   @param  Port  The I/O port to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Port.\r
 \r
 **/\r
 UINT64\r
@@ -147,9 +147,11 @@ IoRead64 (
   operations are serialized.\r
 \r
   @param  Port  The I/O port to write.\r
-  @param  Value The value to write to the I/O port.\r
+  @param  Data  The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the I/O port.\r
 \r
 **/\r
 UINT8\r
@@ -170,9 +172,11 @@ IoWrite8 (
   operations are serialized.\r
 \r
   @param  Port  The I/O port to write.\r
-  @param  Value The value to write to the I/O port.\r
+  @param  Data  The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the I/O port.\r
 \r
 **/\r
 UINT16\r
@@ -193,9 +197,11 @@ IoWrite16 (
   operations are serialized.\r
 \r
   @param  Port  The I/O port to write.\r
-  @param  Value The value to write to the I/O port.\r
+  @param  Data  The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the I/O port.\r
 \r
 **/\r
 UINT32\r
@@ -220,7 +226,9 @@ IoWrite32 (
   @param  Port  The I/O port to write.\r
   @param  Value The value to write to the I/O port.\r
 \r
-  @return The value written the I/O port.\r
+  @return The value written to the I/O port. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the I/O port.\r
 \r
 **/\r
 UINT64\r
@@ -243,7 +251,7 @@ IoWrite64 (
 \r
   @param  Address The MMIO register to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Address.\r
 \r
 **/\r
 UINT8\r
@@ -272,7 +280,7 @@ MmioRead8 (
 \r
   @param  Address The MMIO register to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Address.\r
 \r
 **/\r
 UINT16\r
@@ -306,7 +314,7 @@ MmioRead16 (
 \r
   @param  Address The MMIO register to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Address.\r
 \r
 **/\r
 UINT32\r
@@ -340,7 +348,7 @@ MmioRead32 (
 \r
   @param  Address The MMIO register to read.\r
 \r
-  @return The value read.\r
+  @return The value read from Address.\r
 \r
 **/\r
 UINT64\r
@@ -376,7 +384,9 @@ MmioRead64 (
   @param  Address The MMIO register to write.\r
   @param  Data    The value to write to the MMIO register.\r
 \r
-  @return The value written the memory address.\r
+  @return The value written to the Mmio. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the Mmio.\r
 \r
 **/\r
 UINT8\r
@@ -405,7 +415,9 @@ MmioWrite8 (
   @param  Address The MMIO register to write.\r
   @param  Data    The value to write to the MMIO register.\r
 \r
-  @return The value written the memory address.\r
+  @return The value written to the Mmio. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the Mmio.\r
 \r
 **/\r
 UINT16\r
@@ -439,7 +451,9 @@ MmioWrite16 (
   @param  Address The MMIO register to write.\r
   @param  Data    The value to write to the MMIO register.\r
 \r
-  @return The value written the memory address.\r
+  @return The value written to the Mmio. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the Mmio.\r
 \r
 **/\r
 UINT32\r
@@ -473,7 +487,9 @@ MmioWrite32 (
   @param  Address The MMIO register to write.\r
   @param  Data    The value to write to the MMIO register.\r
 \r
-  @return The value written the memory address.\r
+  @return The value written to the Mmio. It equals to the\r
+          input Value instead of the actual value read back from\r
+          the Mmio.\r
 \r
 **/\r
 UINT64\r