]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h
Clean up ECC.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciLib.h
index c758315d1a9b4e6d5665d9e31df694aae371a2de..e5beaa671e91ca399c8383f2aebec04c716e1669 100644 (file)
@@ -154,7 +154,7 @@ PciHostBridgeEnumerator (
 \r
   @param  PciIo               A pointer to the EFI_PCI_O_PROTOCOL.\r
   @param  Width               Signifies the width of the memory operations.\r
-  @param  Address             The address within the PCI configuration space for the PCI controller.\r
+  @param  Offset              The offset within the PCI configuration space for the PCI controller.\r
   @param  Count               The number of unit to be read.\r
   @param  Buffer              For read operations, the destination buffer to store the results. For\r
                               write operations, the source buffer to write data from.\r
@@ -170,7 +170,7 @@ EFI_STATUS
 PciIoRead (\r
   IN       EFI_PCI_IO_PROTOCOL                    *PciIo,\r
   IN       EFI_PCI_IO_PROTOCOL_WIDTH              Width,\r
-  IN       UINT32                                 Address,\r
+  IN       UINT32                                 Offset,\r
   IN       UINTN                                  Count,\r
   IN OUT   VOID                                   *Buffer\r
   );\r
@@ -198,7 +198,7 @@ EFI_STATUS
 PciIoWrite (\r
   IN       EFI_PCI_IO_PROTOCOL                    *PciIo,\r
   IN       EFI_PCI_IO_PROTOCOL_WIDTH              Width,\r
-  IN       UINT32                                 Address,\r
+  IN       UINT32                                 Offset,\r
   IN       UINTN                                  Count,\r
   IN OUT   VOID                                   *Buffer\r
   );\r
@@ -209,7 +209,7 @@ PciIoWrite (
   @param  PciRootBridgeIo     A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
   @param  Pci                 A pointer to PCI_TYPE00.\r
   @param  Width               Signifies the width of the memory operations.\r
-  @param  Address             The address within the PCI configuration space for the PCI controller.\r
+  @param  Offset              The offset within the PCI configuration space for the PCI controller.\r
   @param  Count               The number of unit to be read.\r
   @param  Buffer              For read operations, the destination buffer to store the results. For\r
                               write operations, the source buffer to write data from.\r
@@ -224,7 +224,7 @@ PciRootBridgeIoWrite (
   IN       EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL        *PciRootBridgeIo,\r
   IN       PCI_TYPE00                             *Pci,\r
   IN       EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH  Width,\r
-  IN       UINT64                                 Address,\r
+  IN       UINT64                                 Offset,\r
   IN       UINTN                                  Count,\r
   IN OUT   VOID                                   *Buffer\r
   );\r
@@ -235,7 +235,7 @@ PciRootBridgeIoWrite (
   @param  PciRootBridgeIo     A pointer to the EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL.\r
   @param  Pci                 A pointer to PCI_TYPE00.\r
   @param  Width               Signifies the width of the memory operations.\r
-  @param  Address             The address within the PCI configuration space for the PCI controller.\r
+  @param  Offset              The offset within the PCI configuration space for the PCI controller.\r
   @param  Count               The number of unit to be read.\r
   @param  Buffer              For read operations, the destination buffer to store the results. For\r
                               write operations, the source buffer to write data from.\r
@@ -250,8 +250,9 @@ PciRootBridgeIoRead (
   IN       EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL        *PciRootBridgeIo,\r
   IN       PCI_TYPE00                             *Pci,            OPTIONAL\r
   IN       EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH  Width,\r
-  IN       UINT64                                 Address,\r
+  IN       UINT64                                 Offset,\r
   IN       UINTN                                  Count,\r
   IN OUT   VOID                                   *Buffer\r
   );\r
+\r
 #endif\r