Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/libfdt/
A Dfdt_sw.c99 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_()
161 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_resize()
260 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_add_string_()
357 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
A Dfdt.c33 if (fdt_size_dt_struct(fdt) == 0) in fdt_ro_probe_()
118 fdt_size_dt_struct(fdt))) in fdt_check_header()
148 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
A Dfdt_rw.c36 fdt_size_dt_struct(fdt))) in fdt_rw_probe_()
93 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_()
431 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()
488 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
A Dlibfdt.h214 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
/u-boot/boot/
A Dfdt_region.c149 if (nextoffset != fdt_size_dt_struct(fdt)) in fdt_find_regions()
255 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()
676 if (info->ptrs.nextoffset != fdt_size_dt_struct(fdt)) in fdt_next_region()
680 if (info->start == fdt_size_dt_struct(fdt) - 4) in fdt_next_region()
/u-boot/test/cmd/
A Dfdt.c1152 ut_assert_nextline("size_dt_struct:\t\t0x%x", fdt_size_dt_struct(fdt)); in fdt_test_header()
1167 fdt_test_header_get(uts, "size_dt_struct", fdt_size_dt_struct(fdt)); in fdt_test_header()
/u-boot/cmd/
A Dfdt.c602 fdt_size_dt_struct(working_fdt)); in do_fdt()
/u-boot/tools/
A Dfdtgrep.c273 fdt_size_dt_struct(blob)); in display_fdt_by_regions()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped283 return fdt_size_dt_struct(self._fdt)
1112 uint32_t fdt_size_dt_struct(const void *fdt);
/u-boot/lib/efi_loader/
A Defi_tcg2.c2241 sha256_update(&hash_ctx, (u8 *)dtb + fdt_off_dt_strings(dtb), fdt_size_dt_struct(dtb)); in efi_tcg2_measure_dtb()

Completed in 38 milliseconds