Home
last modified time | relevance | path

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

/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.h28 fdt32_t size_dt_struct; /* size of the structure block */ member
H A Dlibfdt.h258 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct))
275 fdt_set_hdr_(size_dt_struct);
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.h73 fdt32_t size_dt_struct; /* size of the structure block */ member
H A Dlibfdt.h226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct))
243 fdt_set_hdr_(size_dt_struct);
/openbmc/linux/scripts/dtc/
H A Dflattree.c343 fdt->size_dt_struct = cpu_to_fdt32(dtsize); in make_fdt_header()
893 size_dt = fdt32_to_cpu(fdt->size_dt_struct); in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A 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()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped273 def size_dt_struct(self):