Searched refs:__bus_to_pfn (Results 1 – 10 of 10) sorted by relevance
33 extern unsigned long __bus_to_pfn(unsigned long);49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
238 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function242 EXPORT_SYMBOL(__bus_to_pfn);
19 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
33 #define __bus_to_pfn(x) __phys_to_pfn((x) + PHYS_OFFSET) macro
32 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
24 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
28 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
30 #define __bus_to_pfn(b) __phys_to_pfn(__bus_to_phys(b)) macro
265 #define __bus_to_pfn(x) __phys_to_pfn(x) macro
30 return __bus_to_pfn(addr); in dma_to_pfn()