Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt.h61 fdt32_t off_dt_strings; /* offset to strings */ member
H A Dlibfdt.h220 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
237 __fdt_set_hdr(off_dt_strings);
/rk3399_rockchip-uboot/scripts/dtc/
H A Dflattree.c348 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()