Home
last modified time | relevance | path

Searched refs:fdt16_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
Dlibfdt_env.h67 typedef uint16_t __bitwise fdt16_t; typedef
80 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()
/linux-4.4.14/include/linux/
Dlibfdt_env.h8 typedef __be16 fdt16_t; typedef
/linux-4.4.14/arch/arm/boot/compressed/
Dlibfdt_env.h8 typedef __be16 fdt16_t; typedef
/linux-4.4.14/arch/powerpc/boot/
Dlibfdt_env.h13 typedef __be16 fdt16_t; typedef