X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FSmmIoLibSmmCpuIo2%2FIoHighLevel.c;h=5d2697e2707acb42f77d11e08cafe7b598831215;hp=0f3b3755aae89c2e1214061be02ad8b8a60f2cc3;hb=58380e9c6174f23df78f777b4209c0fd75245cda;hpb=3b33c6d65d88da47fe059eff5cd92b39b6d0f42e diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c b/MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c index 0f3b3755aa..5d2697e270 100644 --- a/MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c +++ b/MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c @@ -1242,7 +1242,7 @@ MmioAndThenOr8 ( If EndBit is greater than 7, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to read. + @param Address The MMIO register to read. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..7. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1274,7 +1274,7 @@ MmioBitFieldRead8 ( If EndBit is greater than 7, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..7. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1315,7 +1315,7 @@ MmioBitFieldWrite8 ( If EndBit is greater than 7, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..7. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1356,7 +1356,7 @@ MmioBitFieldOr8 ( If EndBit is greater than 7, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..7. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1398,7 +1398,7 @@ MmioBitFieldAnd8 ( If EndBit is greater than 7, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..7. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1524,7 +1524,7 @@ MmioAndThenOr16 ( If EndBit is greater than 15, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to read. + @param Address The MMIO register to read. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..15. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1556,7 +1556,7 @@ MmioBitFieldRead16 ( If EndBit is greater than 15, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..15. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1597,7 +1597,7 @@ MmioBitFieldWrite16 ( If EndBit is greater than 15, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..15. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1638,7 +1638,7 @@ MmioBitFieldOr16 ( If EndBit is greater than 15, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..15. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1680,7 +1680,7 @@ MmioBitFieldAnd16 ( If EndBit is greater than 15, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..15. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1806,7 +1806,7 @@ MmioAndThenOr32 ( If EndBit is greater than 31, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to read. + @param Address The MMIO register to read. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..31. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1838,7 +1838,7 @@ MmioBitFieldRead32 ( If EndBit is greater than 31, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..31. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1879,7 +1879,7 @@ MmioBitFieldWrite32 ( If EndBit is greater than 31, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..31. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1920,7 +1920,7 @@ MmioBitFieldOr32 ( If EndBit is greater than 31, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..31. @param EndBit The ordinal of the most significant bit in the bit field. @@ -1962,7 +1962,7 @@ MmioBitFieldAnd32 ( If EndBit is greater than 31, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..31. @param EndBit The ordinal of the most significant bit in the bit field. @@ -2088,7 +2088,7 @@ MmioAndThenOr64 ( If EndBit is greater than 63, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to read. + @param Address The MMIO register to read. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..63. @param EndBit The ordinal of the most significant bit in the bit field. @@ -2120,7 +2120,7 @@ MmioBitFieldRead64 ( If EndBit is greater than 63, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..63. @param EndBit The ordinal of the most significant bit in the bit field. @@ -2161,7 +2161,7 @@ MmioBitFieldWrite64 ( If EndBit is greater than 63, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..63. @param EndBit The ordinal of the most significant bit in the bit field. @@ -2202,7 +2202,7 @@ MmioBitFieldOr64 ( If EndBit is greater than 63, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..63. @param EndBit The ordinal of the most significant bit in the bit field. @@ -2244,7 +2244,7 @@ MmioBitFieldAnd64 ( If EndBit is greater than 63, then ASSERT(). If EndBit is less than StartBit, then ASSERT(). - @param Address MMIO register to write. + @param Address The MMIO register to write. @param StartBit The ordinal of the least significant bit in the bit field. Range 0..63. @param EndBit The ordinal of the most significant bit in the bit field.