Home
last modified time | relevance | path

Searched refs:__bus_to_phys (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-ixp2000/include/mach/
Dmemory.h23 #define __bus_to_phys(x) ((x) - (IXP2000_PCI_SDRAM_OFFSET - PHYS_OFFSET)) macro
26 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b))
28 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b))
/linux-3.4.99/arch/arm/mach-ixp23xx/include/mach/
Dmemory.h25 #define __bus_to_phys(x) ((x) - (IXP23XX_PCI_SDRAM_OFFSET - PHYS_OFFSET)) macro
28 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b))
30 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b))