Searched refs:__bus_to_phys (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-cns3xxx/include/mach/
H A Dmemory.h19 #define __bus_to_phys(x) ((x) - PHYS_OFFSET) macro
22 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b))
24 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Dmemory.h25 #define __bus_to_phys(x) ((x) - (IXP23XX_PCI_SDRAM_OFFSET - PHYS_OFFSET)) macro
28 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b))
30 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/include/mach/
H A Dmemory.h23 #define __bus_to_phys(x) ((x) - (IXP2000_PCI_SDRAM_OFFSET - PHYS_OFFSET)) macro
26 #define __bus_to_virt(b) __phys_to_virt(__bus_to_phys(b))
28 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b))

Completed in 105 milliseconds