Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/include/mach/
H A Dmemory.h46 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Dcommon.c258 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h355 #define __bus_to_pfn(x) __phys_to_pfn(x) macro