Home
last modified time | relevance | path

Searched defs:__bus_to_virt (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-footbridge/include/mach/
Dmemory.h36 #define __bus_to_virt __bus_to_virt macro
47 #define __bus_to_virt(x) ((x) - (BUS_OFFSET - PAGE_OFFSET)) macro
/arch/arm/mach-goldfish/include/mach/
Dmemory.h48 #define __bus_to_virt(x) (x - BUS_OFFSET + PAGE_OFFSET) macro
/arch/arm/mach-integrator/include/mach/
Dmemory.h30 #define __bus_to_virt(x) ((x) - BUS_OFFSET + PAGE_OFFSET) macro
/arch/arm/mach-clps711x/include/mach/
Dmemory.h31 #define __bus_to_virt(x) ((x) + PAGE_OFFSET) macro
/arch/arm/mach-ixp2000/include/mach/
Dmemory.h26 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b)) macro
/arch/arm/mach-ixp23xx/include/mach/
Dmemory.h28 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b)) macro
/arch/arm/mach-ks8695/include/mach/
Dmemory.h29 #define __bus_to_virt(x) ((x) - KS8695_PCIMEM_PA + PAGE_OFFSET) macro
/arch/arm/mach-footbridge/
Dcommon.c250 unsigned long __bus_to_virt(unsigned long res) in __bus_to_virt() function
/arch/arm/include/asm/
Dmemory.h240 #define __bus_to_virt __phys_to_virt macro