Home
last modified time | relevance | path

Searched refs:fdt32_t (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dfdt.h58 fdt32_t magic; /* magic word FDT_MAGIC */
59 fdt32_t totalsize; /* total size of DT block */
60 fdt32_t off_dt_struct; /* offset to structure */
61 fdt32_t off_dt_strings; /* offset to strings */
63 fdt32_t version; /* format version */
82 fdt32_t tag;
87 fdt32_t tag;
88 fdt32_t len;
89 fdt32_t nameoff;
96 #define FDT_TAGSIZE sizeof(fdt32_t)
[all …]
H A Dlibfdt_env.h77 typedef uint32_t FDT_BITWISE fdt32_t; typedef
98 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu()
102 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32()
104 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
H A Dfdt_addresses.c60 const fdt32_t *ac; in fdt_address_cells()
80 const fdt32_t *sc; in fdt_size_cells()
H A Dfdt_overlay.c75 const fdt32_t *val; in overlay_get_target_phandle()
164 const fdt32_t *val; in overlay_phandle_add_offset()
275 const fdt32_t *fixup_val; in overlay_update_local_node_references()
299 fdt32_t adj_val; in overlay_update_local_node_references()
420 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
H A Dlibfdt.h1196 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32()
1308 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32()
1516 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32()
1688 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
H A Dfdt_sw.c188 fdt32_t *en; in fdt_end_node()
260 fdt32_t *end; in fdt_finish()
H A Dfdt_wip.c98 fdt32_t *p; in fdt_nop_region_()
H A Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag()
H A Dfdt_rw.c355 fdt32_t *endtag; in fdt_add_subnode_namelen()
382 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
H A Dfdt_ro.c427 const fdt32_t *php; in fdt_get_phandle()