Go to the documentation of this file.
9 #ifndef __PCI_OCTEON_H__
10 #define __PCI_OCTEON_H__
12 #include <linux/pci.h>
15 #define PCI_CONFIG_SPACE_DELAY 10000
21 #define CVMX_PCIE_BAR1_PHYS_BASE ((1ull << 32) - (1ull << 28))
22 #define CVMX_PCIE_BAR1_PHYS_SIZE (1ull << 28)
28 #define CVMX_PCIE_BAR1_RC_BASE (1ull << 41)
41 #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull
52 #define OCTEON_PCI_BAR1_HOLE_BITS 5
53 #define OCTEON_PCI_BAR1_HOLE_SIZE (1ul<<(OCTEON_PCI_BAR1_HOLE_BITS+3))