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

/arch/arm/mach-ixp23xx/include/mach/
H A 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))
/arch/arm/mach-ixp2000/include/mach/
H A 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))

Completed in 120 milliseconds