From 6c5640131fca82624f72b2bd33b5b5f46156626e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 12 Nov 2017 14:34:48 +1100 Subject: c-user: Fix index locations. Update #3229. --- c-user/pci_library.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'c-user/pci_library.rst') 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 ------------- -- cgit v1.2.3