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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 142 milliseconds