Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/libfdt/
Dfdt.h60 fdt32_t off_dt_struct; /* offset to structure */ member
Dlibfdt.h219 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
236 fdt_set_hdr_(off_dt_struct);
/Linux-v4.19/arch/powerpc/include/asm/
Dprom.h55 __be32 off_dt_struct; /* offset to structure */ member
/Linux-v4.19/scripts/dtc/
Dfdtdump.c50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); in dump_blob()
Dflattree.c347 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
882 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c395 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt362 u32 off_dt_struct; /* offset to structure */
409 - off_dt_struct
484 starts at the offset given by off_dt_struct).
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2573 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()