Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c75 int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_()
149 if (fdt_size_dt_struct(fdt)) in fdt_add_reservemap_entry()
214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_find_add_string_()
275 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
H A Dfdt.c68 if (fdt_size_dt_struct(fdt) == 0) in fdt_check_header()
88 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
H A Dfdt_rw.c77 fdt_size_dt_struct(fdt))) in fdt_rw_check_header_()
134 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_()
444 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()
501 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt)); in fdt_pack()
H A Dlibfdt.h226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_()
158 headsize = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_resize()
258 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_add_string_()
355 newstroffset = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt); in fdt_finish()
H A Dfdt.c40 if (!can_assume(VALID_INPUT) && fdt_size_dt_struct(fdt) == 0) in fdt_ro_probe_()
126 fdt_size_dt_struct(fdt))) in fdt_check_header()
156 || ((offset + len) > fdt_size_dt_struct(fdt))) in fdt_offset_ptr()
H A Dfdt_rw.c34 fdt_size_dt_struct(fdt))) in fdt_rw_probe_()
92 fdt_set_size_dt_struct(fdt, fdt_size_dt_struct(fdt) + delta); in fdt_splice_struct_()
434 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()
495 fdt_packblocks_(fdt, fdt, mem_rsv_size, fdt_size_dt_struct(fdt), in fdt_pack()
H A Dlibfdt.h258 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct)) macro
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c134 if (nextoffset != fdt_size_dt_struct(fdt)) in fdt_find_regions()
238 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions()
634 if (info->ptrs.nextoffset != fdt_size_dt_struct(fdt)) in fdt_next_region()
/openbmc/u-boot/cmd/
H A Dfdt.c552 fdt_size_dt_struct(working_fdt)); in do_fdt()
/openbmc/u-boot/tools/
H A Dfdtgrep.c272 fdt_size_dt_struct(blob)); in display_fdt_by_regions()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped279 return fdt_size_dt_struct(self._fdt)
1086 uint32_t fdt_size_dt_struct(const void *fdt);