Searched defs:fdt32_to_cpu (Results 1 – 3 of 3) sorted by relevance
17 #define fdt32_to_cpu(x) be32_to_cpu(x) macro
22 #define fdt32_to_cpu(x) be32_to_cpu(x) macro
47 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu() function