Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/include/mach/
H A Dmemory.h27 extern unsigned long __virt_to_bus(unsigned long);
32 #define __virt_to_bus __virt_to_bus macro
43 #define __virt_to_bus(x) ((x) + (BUS_OFFSET - PAGE_OFFSET)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Dcommon.c234 unsigned long __virt_to_bus(unsigned long res) in __virt_to_bus() function
240 EXPORT_SYMBOL(__virt_to_bus);
H A Ddc21285.c343 *CSR_PCISDRAMBASE = __virt_to_bus(PAGE_OFFSET); in dc21285_preinit()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h351 #ifndef __virt_to_bus
352 #define __virt_to_bus __virt_to_phys macro
H A Ddma-direct.h33 return (dma_addr_t)__virt_to_bus((unsigned long)(addr)); in virt_to_dma()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dmemory.h50 #define virt_to_bus(x) (__virt_to_bus((unsigned long)(x)))