Home
last modified time | relevance | path

Searched defs:__bus_to_pfn (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/arch/arm/mach-integrator/include/mach/
Dmemory.h32 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux-3.3/arch/arm/mach-clps711x/include/mach/
Dmemory.h33 #define __bus_to_pfn(x) __phys_to_pfn((x) + PHYS_OFFSET) macro
/linux-3.3/arch/arm/mach-footbridge/include/mach/
Dmemory.h49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux-3.3/arch/arm/mach-ixp2000/include/mach/
Dmemory.h28 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
/linux-3.3/arch/arm/mach-ixp23xx/include/mach/
Dmemory.h30 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
/linux-3.3/arch/arm/mach-footbridge/
Dcommon.c265 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
/linux-3.3/arch/arm/include/asm/
Dmemory.h240 #define __bus_to_pfn(x) __phys_to_pfn(x) macro