Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h148 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
165 __fdt_set_hdr(off_dt_strings);
H A Dfdt.h10 uint32_t off_dt_strings; /* offset to strings */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c354 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
875 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()