Searched refs:fdt32_t (Results 1 – 3 of 3) sorted by relevance
13 fdt32_t magic; /* magic word FDT_MAGIC */14 fdt32_t totalsize; /* total size of DT block */15 fdt32_t off_dt_struct; /* offset to structure */16 fdt32_t off_dt_strings; /* offset to strings */17 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */18 fdt32_t version; /* format version */19 fdt32_t last_comp_version; /* last compatible version */22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're25 fdt32_t size_dt_strings; /* size of the strings block */28 fdt32_t size_dt_struct; /* size of the structure block */[all …]
26 typedef uint32_t FDT_BITWISE fdt32_t; typedef47 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu()51 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32()53 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
134 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld()1313 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32()1468 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32()1680 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32()1858 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()