Searched defs:fdt32_to_cpu (Results 1 – 4 of 4) sorted by relevance
20 #define fdt32_to_cpu(x) be32_to_cpu(x) macro
16 def fdt32_to_cpu(val): function
90 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu() function