Searched defs:__bus_to_pfn (Results 1 – 7 of 7) sorted by relevance
32 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) macro
33 #define __bus_to_pfn(x) __phys_to_pfn((x) + PHYS_OFFSET) macro
49 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET)) 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 unsigned long __bus_to_pfn(unsigned long bus) in __bus_to_pfn() function
240 #define __bus_to_pfn(x) __phys_to_pfn(x) macro