Home
last modified time | relevance | path

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

/external/dtc/libfdt/
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 */
62 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */
63 fdt32_t version; /* format version */
64 fdt32_t last_comp_version; /* last compatible version */
67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
70 fdt32_t size_dt_strings; /* size of the strings block */
73 fdt32_t size_dt_struct; /* size of the structure block */
[all …]
Dlibfdt_env.h69 typedef uint32_t __bitwise fdt32_t; typedef
90 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu()
94 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32()
96 return (__force fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
Dfdt_addresses.c60 const fdt32_t *ac; in fdt_address_cells()
80 const fdt32_t *sc; in fdt_size_cells()
Dlibfdt.h1176 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32()
1288 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32()
1449 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32()
1591 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
Dfdt_sw.c188 fdt32_t *en; in fdt_end_node()
248 fdt32_t *end; in fdt_finish()
Dfdt_wip.c98 fdt32_t *p; in _fdt_nop_region()
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()
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag()
Dfdt_ro.c357 const fdt32_t *php; in fdt_get_phandle()
/external/dtc/tests/
Dsubnode_iterate.c36 fdt32_t subnodes; in test_node()
37 const fdt32_t *prop; in test_node()
44 if (!prop || len != sizeof(fdt32_t)) { in test_node()
Dproperty_iterate.c36 fdt32_t properties; in test_node()
37 const fdt32_t *prop; in test_node()
47 if (!prop || len != sizeof(fdt32_t)) { in test_node()
Doverlay.c42 const fdt32_t *val; in fdt_getprop_u32_by_poffset()