Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/libfdt/
Dfdt.h61 fdt32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h175 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
192 __fdt_set_hdr(off_dt_strings);
/linux-4.4.14/arch/powerpc/include/asm/
Dprom.h56 __be32 off_dt_strings; /* offset to strings */ member
/linux-4.4.14/scripts/dtc/
Dfdtdump.c50 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob()
Dflattree.c357 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
876 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dbootx_init.c388 hdr->off_dt_strings = bootx_dt_strbase - mem_start; in bootx_flatten_dt()
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt350 u32 off_dt_strings; /* offset to strings */
401 - off_dt_strings
465 starts at the offset given by off_dt_strings).
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c2292 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()