Home
last modified time | relevance | path

Searched refs:BUS_OFFSET (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-integrator/include/mach/
Dmemory.h28 #define BUS_OFFSET UL(0x80000000) macro
29 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + BUS_OFFSET)
30 #define __bus_to_virt(x) ((x) - BUS_OFFSET + PAGE_OFFSET)
31 #define __pfn_to_bus(x) (__pfn_to_phys(x) + (BUS_OFFSET - PHYS_OFFSET))
32 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET))
/arch/arm/mach-footbridge/include/mach/
Dmemory.h45 #define BUS_OFFSET 0xe0000000 macro
46 #define __virt_to_bus(x) ((x) + (BUS_OFFSET - PAGE_OFFSET))
47 #define __bus_to_virt(x) ((x) - (BUS_OFFSET - PAGE_OFFSET))
48 #define __pfn_to_bus(x) (__pfn_to_phys(x) + (BUS_OFFSET - PHYS_OFFSET))
49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET))
/arch/arm/mach-goldfish/include/mach/
Dmemory.h23 #define BUS_OFFSET UL(0x00000000) macro
47 #define __virt_to_bus(x) (x - PAGE_OFFSET + BUS_OFFSET)
48 #define __bus_to_virt(x) (x - BUS_OFFSET + PAGE_OFFSET)