Home
last modified time | relevance | path

Searched refs:__bus_to_pfn (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/arm/mach-footbridge/include/mach/
Dmemory.h33 extern unsigned long __bus_to_pfn(unsigned long);
49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux-2.6.39/arch/arm/mach-footbridge/
Dcommon.c238 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
242 EXPORT_SYMBOL(__bus_to_pfn);
/linux-2.6.39/arch/arm/mach-s3c24a0/include/mach/
Dmemory.h19 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
/linux-2.6.39/arch/arm/mach-clps711x/include/mach/
Dmemory.h33 #define __bus_to_pfn(x) __phys_to_pfn((x) + PHYS_OFFSET) macro
/linux-2.6.39/arch/arm/mach-integrator/include/mach/
Dmemory.h32 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux-2.6.39/arch/arm/mach-cns3xxx/include/mach/
Dmemory.h24 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
/linux-2.6.39/arch/arm/mach-ixp2000/include/mach/
Dmemory.h28 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
/linux-2.6.39/arch/arm/mach-ixp23xx/include/mach/
Dmemory.h30 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
/linux-2.6.39/arch/arm/include/asm/
Dmemory.h265 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
Ddma-mapping.h30 return __bus_to_pfn(addr); in dma_to_pfn()