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