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

/linux-4.4.14/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.4.14/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.4.14/arch/arm/include/asm/
H A Dmemory.h303 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
H A Ddma-mapping.h70 unsigned long pfn = __bus_to_pfn(addr); dma_to_pfn()

Completed in 161 milliseconds