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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h10 uint32_t off_dt_strings; /* offset to strings */ member in struct:fdt_header
H A Dlibfdt.h148 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
165 __fdt_set_hdr(off_dt_strings); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h48 __be32 off_dt_strings; /* offset to strings */ member in struct:boot_param_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Ddt.c129 dt->header.off_dt_strings = ALIGN(sizeof(*dt), 8);
130 dt->header.off_dt_struct = dt->header.off_dt_strings
138 memcpy((char *)dt + dt->header.off_dt_strings, __dt_strings_start,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c33 be32_to_cpu(initial_boot_params->off_dt_strings) + offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c387 hdr->off_dt_strings = bootx_dt_strbase - mem_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c337 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize
470 fprintf(f, "\t.long\t_%s_strings_start - _%s_blob_start\t/* off_dt_strings */\n",
472 fprintf(f, "\t.long\t_%s_reserve_map - _%s_blob_start\t/* off_dt_strings */\n",
847 off_str = fdt32_to_cpu(fdt->off_dt_strings);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c2050 hdr->off_dt_strings = RELOC(dt_string_start) - RELOC(dt_header_start);

Completed in 208 milliseconds