Home
last modified time | relevance | path

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

/linux/arch/arm/mach-footbridge/include/mach/
A Dmemory.h30 extern unsigned long __bus_to_pfn(unsigned long);
46 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux/arch/arm/mach-footbridge/
A Dcommon.c258 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
262 EXPORT_SYMBOL(__bus_to_pfn);
/linux/arch/arm/include/asm/
A Ddma-direct.h21 unsigned long pfn = __bus_to_pfn(addr); in dma_to_pfn()
A Dmemory.h382 #define __bus_to_pfn(x) __phys_to_pfn(x) macro

Completed in 8 milliseconds