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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.h36 u32 off_dt_strings; /* offset to strings */ member in struct:boot_param_header
H A Dflatdevtree.c574 cxt->rgn[FT_STRINGS].start = blob + be32_to_cpu(bph->off_dt_strings);
642 bph->off_dt_strings = cpu_to_be32(cxt->rgn[FT_STRINGS].start - p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Ddt.c127 dt->header.off_dt_strings = ALIGN(sizeof(*dt), 8);
128 dt->header.off_dt_struct = dt->header.off_dt_strings
136 memcpy((char *)dt + dt->header.off_dt_strings, __dt_strings_start,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprom.h54 u32 off_dt_strings; /* offset to strings */ member in struct:boot_param_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c388 hdr->off_dt_strings = bootx_dt_strbase - mem_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom.c89 initial_boot_params->off_dt_strings + offset;
H A Dprom_init.c1943 hdr->off_dt_strings = RELOC(dt_string_start) - RELOC(dt_header_start);

Completed in 45 milliseconds