Synchronize function comments from library class to library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6938 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
@param Port The I/O port to read.
|
||||
|
||||
@return The value read from Port.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT8
|
||||
@@ -91,10 +91,11 @@ IoWrite8 (
|
||||
serialized.
|
||||
|
||||
If 16-bit I/O port operations are not supported, then ASSERT().
|
||||
If Port is not aligned on a 16-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to read.
|
||||
|
||||
@return The value read from Port.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT16
|
||||
@@ -124,7 +125,8 @@ IoRead16 (
|
||||
operations are serialized.
|
||||
|
||||
If 16-bit I/O port operations are not supported, then ASSERT().
|
||||
|
||||
If Port is not aligned on a 16-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to write.
|
||||
@param Value The value to write to the I/O port.
|
||||
|
||||
@@ -160,10 +162,11 @@ IoWrite16 (
|
||||
serialized.
|
||||
|
||||
If 32-bit I/O port operations are not supported, then ASSERT().
|
||||
|
||||
If Port is not aligned on a 32-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to read.
|
||||
|
||||
@return The value read from Port.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT32
|
||||
@@ -193,7 +196,8 @@ IoRead32 (
|
||||
operations are serialized.
|
||||
|
||||
If 32-bit I/O port operations are not supported, then ASSERT().
|
||||
|
||||
If Port is not aligned on a 32-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to write.
|
||||
@param Value The value to write to the I/O port.
|
||||
|
||||
@@ -229,10 +233,11 @@ IoWrite32 (
|
||||
serialized.
|
||||
|
||||
If 64-bit I/O port operations are not supported, then ASSERT().
|
||||
If Port is not aligned on a 64-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to read.
|
||||
|
||||
@return The value read from Port.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
@@ -262,6 +267,7 @@ IoRead64 (
|
||||
operations are serialized.
|
||||
|
||||
If 64-bit I/O port operations are not supported, then ASSERT().
|
||||
If Port is not aligned on a 64-bit boundary, then ASSERT().
|
||||
|
||||
@param Port The I/O port to write.
|
||||
@param Value The value to write to the I/O port.
|
||||
@@ -301,7 +307,7 @@ IoWrite64 (
|
||||
|
||||
@param Address The MMIO register to read.
|
||||
|
||||
@return The value read from Port.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT8
|
||||
@@ -331,8 +337,7 @@ MmioRead8 (
|
||||
|
||||
@param Address The MMIO register to write.
|
||||
@param Value The value to write to the MMIO register.
|
||||
|
||||
@return The Value written back to Mmio register.
|
||||
|
||||
**/
|
||||
UINT8
|
||||
EFIAPI
|
||||
@@ -360,10 +365,11 @@ MmioWrite8 (
|
||||
operations are serialized.
|
||||
|
||||
If 16-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 16-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to read.
|
||||
|
||||
@return The value read from Address.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT16
|
||||
@@ -394,11 +400,10 @@ MmioRead16 (
|
||||
and write operations are serialized.
|
||||
|
||||
If 16-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 16-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to write.
|
||||
@param Value The value to write to the MMIO register.
|
||||
|
||||
@return The Value written back to Mmio register
|
||||
|
||||
**/
|
||||
UINT16
|
||||
@@ -430,10 +435,11 @@ MmioWrite16 (
|
||||
operations are serialized.
|
||||
|
||||
If 32-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 32-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to read.
|
||||
|
||||
@return The value read from Address.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT32
|
||||
@@ -464,11 +470,10 @@ MmioRead32 (
|
||||
and write operations are serialized.
|
||||
|
||||
If 32-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 32-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to write.
|
||||
@param Value The value to write to the MMIO register.
|
||||
|
||||
@return The Value written back to Mmio register
|
||||
|
||||
**/
|
||||
UINT32
|
||||
@@ -500,10 +505,11 @@ MmioWrite32 (
|
||||
operations are serialized.
|
||||
|
||||
If 64-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 64-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to read.
|
||||
|
||||
@return The value read from Address.
|
||||
@return The value read.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
@@ -534,11 +540,11 @@ MmioRead64 (
|
||||
and write operations are serialized.
|
||||
|
||||
If 64-bit MMIO register operations are not supported, then ASSERT().
|
||||
If Address is not aligned on a 64-bit boundary, then ASSERT().
|
||||
|
||||
@param Address The MMIO register to write.
|
||||
@param Value The value to write to the MMIO register.
|
||||
|
||||
@return The Value written back to Mmio register
|
||||
**/
|
||||
UINT64
|
||||
EFIAPI
|
||||
|
Reference in New Issue
Block a user