Home
last modified time | relevance | path

Searched refs:size_dt_struct (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt.h28 fdt32_t size_dt_struct; /* size of the structure block */ member
Dlibfdt.h245 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct))
262 fdt_set_hdr_(size_dt_struct);
/third_party/uboot/u-boot-2020.01/test/py/tests/
Dvboot_forge.py230 structs = fp.read(header.size_dt_struct)
312 header.size_dt_struct = len(structs)
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Dflattree.c357 fdt->size_dt_struct = cpu_to_fdt32(dtsize); in make_fdt_header()
907 size_dt = fdt32_to_cpu(fdt->size_dt_struct); in dt_from_blob()
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped273 def size_dt_struct(self):