summaryrefslogtreecommitdiffstats
path: root/c-user/pci_library.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/pci_library.rst')
-rw-r--r--c-user/pci_library.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/c-user/pci_library.rst b/c-user/pci_library.rst
index ea0bf51..736888d 100644
--- a/c-user/pci_library.rst
+++ b/c-user/pci_library.rst
@@ -4,12 +4,12 @@
.. COMMENT: Aeroflex Gaisler AB
.. COMMENT: All rights reserved.
+.. index:: PCI
+.. index:: libpci
PCI Library
***********
-.. index:: libpci
-
Introduction
============
@@ -390,6 +390,8 @@ this is mosly for debugging or for development systems. When the product is
finally deployed macros switch to using the inline functions instead which have
been configured for the correct endianness.
+.. index:: PCI address translation
+
PCI address translation
~~~~~~~~~~~~~~~~~~~~~~~
@@ -408,6 +410,8 @@ different PCI spaces/regions.
/* Translate CPU accessible address into PCI address (for DMA) */
static inline int pci_cpu2pci(uint32_t *address, int type);
+.. index:: PCI Interrupt
+
PCI Interrupt
-------------