Searched defs:fdt16_to_cpu (Results 1 – 3 of 3) sorted by relevance
15 #define fdt16_to_cpu(x) be16_to_cpu(x) macro
18 #define fdt16_to_cpu(x) be16_to_cpu(x) macro
38 static inline uint16_t fdt16_to_cpu(fdt16_t x) in fdt16_to_cpu() function