summaryrefslogtreecommitdiffstats
path: root/c-user/pci_library.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
committerChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
commit6c5640131fca82624f72b2bd33b5b5f46156626e (patch)
treeeca99c4c65ff8a3767a26a49f7aeca0af7eedfa0 /c-user/pci_library.rst
parentAdd indexes to all documents. (diff)
downloadrtems-docs-6c5640131fca82624f72b2bd33b5b5f46156626e.tar.bz2
c-user: Fix index locations.
Update #3229.
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
-------------