Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
A Dfdt.h25 fdt32_t size_dt_strings; /* size of the strings block */ member
A Dlibfdt.h257 #define fdt_size_dt_strings(fdt) (fdt_get_header(fdt, size_dt_strings))
274 fdt_set_hdr_(size_dt_strings);
/linux/scripts/dtc/
A Dflattree.c341 fdt->size_dt_strings = cpu_to_fdt32(strsize); in make_fdt_header()
884 uint32_t size_str = fdt32_to_cpu(fdt->size_dt_strings); in dt_from_blob()

Completed in 9 milliseconds