diff options
Diffstat (limited to 'arch/mips/include/asm/octeon/pci-octeon.h')
-rw-r--r-- | arch/mips/include/asm/octeon/pci-octeon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/include/asm/octeon/pci-octeon.h b/arch/mips/include/asm/octeon/pci-octeon.h index ece78043acf..fba2ba200f5 100644 --- a/arch/mips/include/asm/octeon/pci-octeon.h +++ b/arch/mips/include/asm/octeon/pci-octeon.h | |||
@@ -36,6 +36,16 @@ extern int (*octeon_pcibios_map_irq)(const struct pci_dev *dev, | |||
36 | u8 slot, u8 pin); | 36 | u8 slot, u8 pin); |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * For PCI (not PCIe) the BAR2 base address. | ||
40 | */ | ||
41 | #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull | ||
42 | |||
43 | /* | ||
44 | * For PCI (not PCIe) the base of the memory mapped by BAR1 | ||
45 | */ | ||
46 | extern u64 octeon_bar1_pci_phys; | ||
47 | |||
48 | /* | ||
39 | * The following defines are used when octeon_dma_bar_type = | 49 | * The following defines are used when octeon_dma_bar_type = |
40 | * OCTEON_DMA_BAR_TYPE_BIG | 50 | * OCTEON_DMA_BAR_TYPE_BIG |
41 | */ | 51 | */ |