Searched refs:fdt_size_dt_struct (Results 1 – 10 of 10) sorted by relevance
| /u-boot/scripts/dtc/libfdt/ |
| A D | fdt_sw.c | 99 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 D | fdt.c | 33 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 D | fdt_rw.c | 36 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 D | libfdt.h | 214 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
|
| /u-boot/boot/ |
| A D | fdt_region.c | 149 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 D | fdt.c | 1152 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 D | fdt.c | 602 fdt_size_dt_struct(working_fdt)); in do_fdt()
|
| /u-boot/tools/ |
| A D | fdtgrep.c | 273 fdt_size_dt_struct(blob)); in display_fdt_by_regions()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 283 return fdt_size_dt_struct(self._fdt) 1112 uint32_t fdt_size_dt_struct(const void *fdt);
|
| /u-boot/lib/efi_loader/ |
| A D | efi_tcg2.c | 2241 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