Home
last modified time | relevance | path

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

/external/dtc/libfdt/
Dfdt.h61 fdt32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h220 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
237 __fdt_set_hdr(off_dt_strings);
/external/u-boot/scripts/dtc/libfdt/
Dfdt.h61 fdt32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h220 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
237 fdt_set_hdr_(off_dt_strings);
/external/u-boot/lib/efi_selftest/
Defi_selftest_fdt.c64 strings = fdt + f2h(header->off_dt_strings); in get_property()
/external/dtc/
Dfdtdump.c51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob()
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()
/external/u-boot/scripts/dtc/
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()
/external/dtc/Documentation/
Dmanual.txt311 u32 off_dt_strings; /* offset to strings */
361 - off_dt_strings
425 starts at the offset given by off_dt_strings).