Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/cavium-octeon/
H A Ddma-octeon.c95 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_big_phys_to_dma()
102 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_big_dma_to_phys()
103 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_big_dma_to_phys()
125 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_small_phys_to_dma()
133 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_small_dma_to_phys()
134 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_small_dma_to_phys()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dpci-octeon.h38 #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull macro
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c615 (u32)(OCTEON_BAR2_PCI_ADDRESS & 0xffffffffull)); in octeon_pci_setup()
617 (u32)(OCTEON_BAR2_PCI_ADDRESS >> 32)); in octeon_pci_setup()