Home
last modified time | relevance | path

Searched refs:OCTEON_BAR2_PCI_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/
Ddma-octeon.c81 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_big_phys_to_dma()
88 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_big_dma_to_phys()
89 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_big_dma_to_phys()
106 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_small_phys_to_dma()
114 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_small_dma_to_phys()
115 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_small_dma_to_phys()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dpci-octeon.h38 #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull macro
/linux-4.1.27/arch/mips/pci/
Dpci-octeon.c618 (u32)(OCTEON_BAR2_PCI_ADDRESS & 0xffffffffull)); in octeon_pci_setup()
620 (u32)(OCTEON_BAR2_PCI_ADDRESS >> 32)); in octeon_pci_setup()