Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h153 #define fdt_size_dt_strings(fdt) (fdt_get_header(fdt, size_dt_strings))
170 __fdt_set_hdr(size_dt_strings);
H A Dfdt.h19 uint32_t size_dt_strings; /* size of the strings block */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c361 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()
890 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob()