Home
last modified time | relevance | path

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

/arch/powerpc/boot/libfdt/
Dfdt.h10 uint32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h148 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
165 __fdt_set_hdr(off_dt_strings);
/arch/powerpc/platforms/iseries/
Ddt.c125 dt->header.off_dt_strings = ALIGN(sizeof(*dt), 8); in dt_init()
126 dt->header.off_dt_struct = dt->header.off_dt_strings in dt_init()
134 memcpy((char *)dt + dt->header.off_dt_strings, __dt_strings_start, in dt_init()
/arch/powerpc/include/asm/
Dprom.h61 u32 off_dt_strings; /* offset to strings */ member
/arch/powerpc/boot/dtc-src/
Dflattree.c339 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
849 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
/arch/powerpc/platforms/powermac/
Dbootx_init.c387 hdr->off_dt_strings = bootx_dt_strbase - mem_start; in bootx_flatten_dt()
/arch/powerpc/kernel/
Dprom.c92 initial_boot_params->off_dt_strings + offset; in find_flat_dt_string()
Dprom_init.c1877 hdr->off_dt_strings = RELOC(dt_string_start) - RELOC(dt_header_start); in flatten_device_tree()