X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FSmmIoLibSmmCpuIo2%2FIoLibMmioBuffer.c;h=8682d51dab82b5c9ca4e05130427ebd63c59437f;hp=ce1f93043ab51dca6cc3a829d86f455e0daba179;hb=58380e9c6174f23df78f777b4209c0fd75245cda;hpb=3b33c6d65d88da47fe059eff5cd92b39b6d0f42e diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c b/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c index ce1f93043a..8682d51dab 100644 --- a/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c +++ b/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c @@ -222,8 +222,9 @@ MmioReadBuffer64 ( @param StartAddress The starting address for the MMIO region to be copied to. - @param Length The size in bytes of the copy. - @param Buffer The pointer to a system memory buffer containing the data to write. + @param Length The size in bytes of the copy. + @param Buffer The pointer to a system memory buffer containing the + data to write. @return Buffer @@ -268,8 +269,9 @@ MmioWriteBuffer8 ( If Buffer is not aligned on a 16-bit boundary, then ASSERT(). @param StartAddress The starting address for the MMIO region to be copied to. - @param Length The size in bytes of the copy. - @param Buffer The pointer to a system memory buffer containing the data to write. + @param Length The size in bytes of the copy. + @param Buffer The pointer to a system memory buffer containing the + data to write. @return Buffer @@ -322,8 +324,9 @@ MmioWriteBuffer16 ( If Buffer is not aligned on a 32-bit boundary, then ASSERT(). @param StartAddress The starting address for the MMIO region to be copied to. - @param Length The size in bytes of the copy. - @param Buffer The pointer to a system memory buffer containing the data to write. + @param Length The size in bytes of the copy. + @param Buffer The pointer to a system memory buffer containing the + data to write. @return Buffer @@ -375,8 +378,9 @@ MmioWriteBuffer32 ( If Buffer is not aligned on a 64-bit boundary, then ASSERT(). @param StartAddress The starting address for the MMIO region to be copied to. - @param Length The size in bytes of the copy. - @param Buffer The pointer to a system memory buffer containing the data to write. + @param Length The size in bytes of the copy. + @param Buffer The pointer to a system memory buffer containing the + data to write. @return Buffer