Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dfdt.h56 fdt32_t magic; /* magic word FDT_MAGIC */
57 fdt32_t totalsize; /* total size of DT block */
58 fdt32_t off_dt_struct; /* offset to structure */
59 fdt32_t off_dt_strings; /* offset to strings */
61 fdt32_t version; /* format version */
80 fdt32_t tag;
85 fdt32_t tag;
86 fdt32_t len;
87 fdt32_t nameoff;
94 #define FDT_TAGSIZE sizeof(fdt32_t)
[all …]
A Dlibfdt.h919 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32()
1030 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32()
1191 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32()
1333 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
A Dlibfdt_env.h9 typedef uint32_t fdt32_t; typedef
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_sw.c154 fdt32_t *en; in fdt_end_node()
214 fdt32_t *end; in fdt_finish()
A Dfdt_wip.c75 fdt32_t *p; in _fdt_nop_region()
A Dfdt.c93 const fdt32_t *tagp, *lenp; in fdt_next_tag()
A Dfdt_rw.c340 fdt32_t *endtag; in fdt_add_subnode_namelen()
367 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
A Dfdt_ro.c323 const fdt32_t *php; in fdt_get_phandle()

Completed in 10 milliseconds