Home
last modified time | relevance | path

Searched refs:PCI_DRAM_OFFSET (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dio.h51 #define PCI_DRAM_OFFSET 0 macro
55 #define PCI_DRAM_OFFSET pci_dram_offset macro
59 #define PCI_DRAM_OFFSET 0 macro
743 return __pa(address) + PCI_DRAM_OFFSET; in virt_to_bus()
750 return __va(address - PCI_DRAM_OFFSET); in bus_to_virt()
753 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET)
Ddma-mapping.h108 return PCI_DRAM_OFFSET; in get_dma_offset()
/linux-3.4.99/arch/microblaze/include/asm/
Dio.h23 #define PCI_DRAM_OFFSET 0 macro
27 #define PCI_DRAM_OFFSET pci_dram_offset macro
/linux-3.4.99/arch/microblaze/kernel/
Ddma.c30 return PCI_DRAM_OFFSET; /* FIXME Not sure if is correct */ in get_dma_direct_offset()
/linux-3.4.99/arch/powerpc/kernel/
Dpci-common.c1033 set_dma_offset(&dev->dev, PCI_DRAM_OFFSET); in pcibios_setup_bus_devices()
/linux-3.4.99/arch/microblaze/pci/
Dpci-common.c1004 dev->dev.archdata.dma_data = (void *)PCI_DRAM_OFFSET; in pcibios_setup_bus_devices()