]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
Minor grammatical work--mostly adding periods. Sending separately a list of files...
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibMmioBuffer.c
index aa305d0de21bcb44cab4ec31eea766c911202a10..bf11a9ce1484d548aa2880e6dc5605bcd9c73902 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   I/O Library MMIO Buffer Functions.\r
 \r
-  Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+  http://opensource.org/licenses/bsd-license.php.\r
 \r
   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
@@ -15,9 +15,9 @@
 #include "BaseIoLibIntrinsicInternal.h"\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 8-bit access.\r
+  Copy data from the MMIO region to system memory by using 8-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 8-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -27,7 +27,7 @@
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -55,9 +55,9 @@ MmioReadBuffer8 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 16-bit access.\r
+  Copy data from the MMIO region to system memory by using 16-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 16-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -71,7 +71,7 @@ MmioReadBuffer8 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -106,9 +106,9 @@ MmioReadBuffer16 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 32-bit access.\r
+  Copy data from the MMIO region to system memory by using 32-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 32-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -122,7 +122,7 @@ MmioReadBuffer16 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -157,9 +157,9 @@ MmioReadBuffer32 (
 }\r
 \r
 /**\r
-  Copy data from MMIO region to system memory by using 64-bit access.\r
+  Copy data from the MMIO region to system memory by using 64-bit access.\r
 \r
-  Copy data from MMIO region specified by starting address StartAddress \r
+  Copy data from the MMIO region specified by starting address StartAddress \r
   to system memory specified by Buffer by using 64-bit access. The total \r
   number of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -173,7 +173,7 @@ MmioReadBuffer32 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied from.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer receiving the data read.\r
+  @param  Buffer          The pointer to a system memory buffer receiving the data read.\r
 \r
   @return Buffer\r
 \r
@@ -209,9 +209,9 @@ MmioReadBuffer64 (
 \r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 8-bit access.\r
+  Copy data from system memory to the MMIO region by using 8-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 8-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -221,7 +221,7 @@ MmioReadBuffer64 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -250,9 +250,9 @@ MmioWriteBuffer8 (
 }\r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 16-bit access.\r
+  Copy data from system memory to the MMIO region by using 16-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 16-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -267,7 +267,7 @@ MmioWriteBuffer8 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -304,9 +304,9 @@ MmioWriteBuffer16 (
 \r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 32-bit access.\r
+  Copy data from system memory to the MMIO region by using 32-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 32-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -321,7 +321,7 @@ MmioWriteBuffer16 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r
@@ -357,9 +357,9 @@ MmioWriteBuffer32 (
 }\r
 \r
 /**\r
-  Copy data from system memory to MMIO region by using 64-bit access.\r
+  Copy data from system memory to the MMIO region by using 64-bit access.\r
 \r
-  Copy data from system memory specified by Buffer to MMIO region specified \r
+  Copy data from system memory specified by Buffer to the MMIO region specified \r
   by starting address StartAddress by using 64-bit access. The total number \r
   of byte to be copied is specified by Length. Buffer is returned.\r
   \r
@@ -374,7 +374,7 @@ MmioWriteBuffer32 (
 \r
   @param  StartAddress    Starting address for the MMIO region to be copied to.\r
   @param  Length          The size, in bytes, of Buffer.\r
-  @param  Buffer          Pointer to a system memory buffer containing the data to write.\r
+  @param  Buffer          The pointer to a system memory buffer containing the data to write.\r
 \r
   @return Buffer\r
 \r