Searched defs:__virt_to_bus (Results 1 – 8 of 8) sorted by relevance
35 #define __virt_to_bus __virt_to_bus macro46 #define __virt_to_bus(x) ((x) + (BUS_OFFSET - PAGE_OFFSET)) macro
29 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + BUS_OFFSET) macro
30 #define __virt_to_bus(x) ((x) - PAGE_OFFSET) macro
25 #define __virt_to_bus(v) __phys_to_bus(__virt_to_phys(v)) macro
27 #define __virt_to_bus(v) __phys_to_bus(__virt_to_phys(v)) macro
28 #define __virt_to_bus(x) ((x) - PAGE_OFFSET + KS8695_PCIMEM_PA) macro
245 unsigned long __virt_to_bus(unsigned long res) in __virt_to_bus() function
239 #define __virt_to_bus __virt_to_phys macro