Searched refs:fdt16_t (Results 1 – 1 of 1) sorted by relevance
68 typedef uint16_t __bitwise fdt16_t; typedef81 static inline uint16_t fdt16_to_cpu(fdt16_t x) in fdt16_to_cpu()85 static inline fdt16_t cpu_to_fdt16(uint16_t x) in cpu_to_fdt16()87 return (__force fdt16_t)CPU_TO_FDT16(x); in cpu_to_fdt16()