Home
last modified time | relevance | path

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

12

/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 FDT_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 (FDT_FORCE fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
Dfdt_overlay.c24 const fdt32_t *val; in overlay_get_target_phandle()
102 const fdt32_t *val; in overlay_phandle_add_offset()
213 const fdt32_t *fixup_val; in overlay_update_local_node_references()
237 fdt32_t adj_val; in overlay_update_local_node_references()
358 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
Dfdt_addresses.c60 const fdt32_t *ac; in fdt_address_cells()
80 const fdt32_t *sc; in fdt_size_cells()
Dlibfdt.h1193 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32()
1305 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32()
1482 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32()
1654 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
Dfdt_sw.c188 fdt32_t *en; in fdt_end_node()
260 fdt32_t *end; in fdt_finish()
Dfdt_wip.c98 fdt32_t *p; in _fdt_nop_region()
Dfdt_rw.c341 fdt32_t *endtag; in fdt_add_subnode_namelen()
368 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag()
/external/dtc/tests/
Dsubnode_iterate.c37 const fdt32_t *prop; in test_node()
44 if (!prop || len != sizeof(fdt32_t)) { in test_node()
Dproperty_iterate.c37 const fdt32_t *prop; in test_node()
47 if (!prop || len != sizeof(fdt32_t)) { in test_node()
Dtests.h102 fdt32_t x = cpu_to_fdt32(val); \
111 fdt32_t x = cpu_to_fdt32(val); \
Dreferences.c32 const fdt32_t *p; in check_ref()
61 const fdt32_t *p; in check_rref()
Dchar_literal.c34 fdt32_t expected_cells[5]; in main()
Dsized_cells.c58 fdt32_t expected_32[6]; in main()
Dnode_offset_by_prop_value.c72 fdt32_t val = cpu_to_fdt32(propval); \
Dnopulate.c48 *((fdt32_t *)p) = cpu_to_fdt32(FDT_NOP); in nopulate_struct()
Dinteger-expressions.c73 const fdt32_t *res; in main()
Doverlay.c42 const fdt32_t *val; in fdt_getprop_u32_by_poffset()
/external/dtc/
Dtreesource.c140 fdt32_t *cp = (fdt32_t *)val.val; in write_propval_cells()
Dfdtput.c110 fdt32_t *iptr = (fdt32_t *)ptr; in encode_value()
Dutil.c399 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data()
Dflattree.c174 asm_emit_cell(e, fdt32_to_cpu(*((fdt32_t *)(d.val+off)))); in asm_emit_data()
603 fdt32_t val; in flat_read_word()
813 fdt32_t magic_buf, totalsize_buf; in dt_from_blob()
Dfdtget.c108 value = size == 4 ? fdt32_to_cpu(*(const fdt32_t *)p) : in show_data()
Ddtc.c141 fdt32_t magic; in guess_input_format()

12