Home
last modified time | relevance | path

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

/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
/arch/arm/mach-footbridge/
Dcommon.c262 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
266 EXPORT_SYMBOL(__bus_to_pfn);
/arch/arm/include/asm/
Dmemory.h299 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
Ddma-mapping.h68 unsigned long pfn = __bus_to_pfn(addr); in dma_to_pfn()