Home
last modified time | relevance | path

Searched refs:__virt_to_bus (Results 1 – 6 of 6) 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/include/asm/
Dmemory.h299 #ifndef __virt_to_bus
300 #define __virt_to_bus __virt_to_phys macro
310 return __virt_to_bus((unsigned long)x); in virt_to_bus()
Ddma-mapping.h94 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()