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

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

Completed in 170 milliseconds