Searched refs:__virt_to_bus (Results 1 – 11 of 11) sorted by relevance
30 extern unsigned long __virt_to_bus(unsigned long);35 #define __virt_to_bus __virt_to_bus macro46 #define __virt_to_bus(x) ((x) + (BUS_OFFSET - PAGE_OFFSET)) macro
28 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + KS8695_PCIMEM_PA) macro37 (dma_addr_t)__virt_to_phys(x) : (dma_addr_t)__virt_to_bus(x); })
238 #ifndef __virt_to_bus239 #define __virt_to_bus __virt_to_phys macro247 return __virt_to_bus((unsigned long)x); in virt_to_bus()
40 return (dma_addr_t)__virt_to_bus((unsigned long)(addr)); in virt_to_dma()
47 #define __virt_to_bus(x) (x - PAGE_OFFSET + BUS_OFFSET) macro
30 #define __virt_to_bus(x) ((x) - PAGE_OFFSET) macro
29 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + BUS_OFFSET) macro
27 #define __virt_to_bus(v) __phys_to_bus(__virt_to_phys(v)) macro
25 #define __virt_to_bus(v) __phys_to_bus(__virt_to_phys(v)) macro
242 unsigned long __virt_to_bus(unsigned long res) in __virt_to_bus() function248 EXPORT_SYMBOL(__virt_to_bus);
374 *CSR_PCISDRAMBASE = __virt_to_bus(PAGE_OFFSET); in dc21285_preinit()