Home
last modified time | relevance | path

Searched defs:__bus_to_pfn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-footbridge/include/mach/
Dmemory.h49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/linux-4.1.27/arch/arm/mach-footbridge/
Dcommon.c262 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
/linux-4.1.27/arch/arm/include/asm/
Dmemory.h323 #define __bus_to_pfn(x) __phys_to_pfn(x) macro