Searched refs:off_dt_struct (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.h9 uint32_t off_dt_struct; /* offset to structure */ member in struct:fdt_header
H A Dlibfdt.h147 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
164 __fdt_set_hdr(off_dt_struct); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h47 __be32 off_dt_struct; /* offset to structure */ member in struct:boot_param_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c51 be32_to_cpu(initial_boot_params->off_dt_struct);
106 be32_to_cpu(initial_boot_params->off_dt_struct);
576 be32_to_cpu(initial_boot_params->off_dt_struct);
593 be32_to_cpu(initial_boot_params->off_dt_struct);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Ddt.c130 dt->header.off_dt_struct = dt->header.off_dt_strings
132 dt_data = (void *)((unsigned long)dt + dt->header.off_dt_struct);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c393 hdr->off_dt_struct = mem_end - mem_start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c336 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize);
468 fprintf(f, "\t.long\t_%s_struct_start - _%s_blob_start\t/* off_dt_struct */\n",
846 off_dt = fdt32_to_cpu(fdt->off_dt_struct);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c2049 hdr->off_dt_struct = RELOC(dt_struct_start) - RELOC(dt_header_start);

Completed in 361 milliseconds