Searched refs:fdt64_t (Results 1 – 6 of 6) sorted by relevance
69 typedef uint64_t __bitwise fdt64_t; typedef98 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu()102 static inline fdt64_t cpu_to_fdt64(uint64_t x) in cpu_to_fdt64()104 return (__force fdt64_t)CPU_TO_FDT64(x); in cpu_to_fdt64()
77 fdt64_t address;78 fdt64_t size;
1027 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_inplace_u64()1109 fdt64_t tmp = cpu_to_fdt64(val); in fdt_property_u64()1300 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_u64()1442 fdt64_t tmp = cpu_to_fdt64(val); in fdt_appendprop_u64()
10 typedef __be64 fdt64_t; typedef
15 typedef __be64 fdt64_t; typedef