Home
last modified time | relevance | path

Searched refs:__virt_to_bus (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mach-footbridge/include/mach/
Dmemory.h30 extern unsigned long __virt_to_bus(unsigned long);
35 #define __virt_to_bus __virt_to_bus macro
46 #define __virt_to_bus(x) ((x) + (BUS_OFFSET - PAGE_OFFSET)) macro
/arch/arm/mach-ks8695/include/mach/
Dmemory.h23 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + KS8695_PCIMEM_PA) macro
33 : (dma_addr_t)__virt_to_bus(x); })
/arch/arm/mach-goldfish/include/mach/
Dmemory.h47 #define __virt_to_bus(x) (x - PAGE_OFFSET + BUS_OFFSET) macro
/arch/arm/include/asm/
Dmemory.h295 #ifndef __virt_to_bus
296 #define __virt_to_bus __virt_to_phys macro
305 return __virt_to_bus((unsigned long)x); in virt_to_bus()
Ddma-mapping.h92 return (dma_addr_t)__virt_to_bus((unsigned long)(addr)); in virt_to_dma()
/arch/arm/mach-footbridge/
Dcommon.c238 unsigned long __virt_to_bus(unsigned long res) in __virt_to_bus() function
244 EXPORT_SYMBOL(__virt_to_bus);
Ddc21285.c357 *CSR_PCISDRAMBASE = __virt_to_bus(PAGE_OFFSET); in dc21285_preinit()