]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibIpf.c
Code scrub:
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibIpf.c
index 23ca5c68ed3d83c44a5ab74f6e61c355f318ae9d..8eec29551f07ea12a6e69c308ae44c85e214e600 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
@@ -149,7 +149,9 @@ IoRead64 (
   @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
 UINT8\r
@@ -172,7 +174,9 @@ IoWrite8 (
   @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
 UINT16\r
@@ -195,7 +199,9 @@ IoWrite16 (
   @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
 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