Searched defs:fdt64_to_cpu (Results 1 – 3 of 3) sorted by relevance
19 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
24 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
56 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu() function