Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/cavium-octeon/
Ddma-octeon.c70 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_big_phys_to_dma()
77 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_big_dma_to_phys()
78 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_big_dma_to_phys()
95 paddr = OCTEON_BAR2_PCI_ADDRESS + paddr; in octeon_small_phys_to_dma()
103 if (daddr >= OCTEON_BAR2_PCI_ADDRESS) in octeon_small_dma_to_phys()
104 daddr -= OCTEON_BAR2_PCI_ADDRESS; in octeon_small_dma_to_phys()
/linux-2.6.39/arch/mips/include/asm/octeon/
Dpci-octeon.h41 #define OCTEON_BAR2_PCI_ADDRESS 0x8000000000ull macro
/linux-2.6.39/arch/mips/pci/
Dpci-octeon.c629 (u32)(OCTEON_BAR2_PCI_ADDRESS & 0xffffffffull)); in octeon_pci_setup()
631 (u32)(OCTEON_BAR2_PCI_ADDRESS >> 32)); in octeon_pci_setup()