Searched defs:cpu_to_fdt32 (Results 1 – 2 of 2) sorted by relevance
93 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32() function
42 #define cpu_to_fdt32(x) fdt32_to_cpu(x) macro