Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.h70 fdt32_t size_dt_strings; /* size of the strings block */ member
H A Dlibfdt.h225 #define fdt_size_dt_strings(fdt) (fdt_get_header(fdt, size_dt_strings))
242 __fdt_set_hdr(size_dt_strings);
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.h25 fdt32_t size_dt_strings; /* size of the strings block */ member
H A Dlibfdt.h248 #define fdt_size_dt_strings(fdt) (fdt_get_header(fdt, size_dt_strings))
265 fdt_set_hdr_(size_dt_strings);
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtdump.c82 fdt32_to_cpu(bph->size_dt_strings)); in dump_blob()
H A Dflattree.c340 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()
883 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c355 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()
898 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob()