Searched refs:fdt16_t (Results 1 – 4 of 4) sorted by relevance
67 typedef uint16_t __bitwise fdt16_t; typedef80 static inline uint16_t fdt16_to_cpu(fdt16_t x) in fdt16_to_cpu()84 static inline fdt16_t cpu_to_fdt16(uint16_t x) in cpu_to_fdt16()86 return (__force fdt16_t)CPU_TO_FDT16(x); in cpu_to_fdt16()
8 typedef __be16 fdt16_t; typedef
13 typedef __be16 fdt16_t; typedef