Home
last modified time | relevance | path

Searched refs:off_dt_struct (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/scripts/dtc/libfdt/
Dfdt.h9 uint32_t off_dt_struct; /* offset to structure */ member
Dlibfdt.h147 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
164 __fdt_set_hdr(off_dt_struct);
/linux-2.6.39/drivers/of/
Dfdt.c382 be32_to_cpu(blob->off_dt_struct); in __unflatten_device_tree()
398 be32_to_cpu(blob->off_dt_struct); in __unflatten_device_tree()
455 be32_to_cpu(initial_boot_params->off_dt_struct); in of_scan_flat_dt()
510 be32_to_cpu(initial_boot_params->off_dt_struct); in of_get_flat_dt_root()
/linux-2.6.39/include/linux/
Dof_fdt.h47 __be32 off_dt_struct; /* offset to structure */ member
/linux-2.6.39/arch/powerpc/platforms/iseries/
Ddt.c130 dt->header.off_dt_struct = dt->header.off_dt_strings in dt_init()
132 dt_data = (void *)((unsigned long)dt + dt->header.off_dt_struct); in dt_init()
/linux-2.6.39/scripts/dtc/
Dflattree.c353 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
874 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dbootx_init.c393 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()
/linux-2.6.39/Documentation/devicetree/
Dbooting-without-of.txt279 u32 off_dt_struct; /* offset to structure */
326 - off_dt_struct
401 starts at the offset given by off_dt_struct).
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c2071 hdr->off_dt_struct = RELOC(dt_struct_start) - RELOC(dt_header_start); in flatten_device_tree()