Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
H A Dfdt.h15 fdt32_t off_dt_struct; /* offset to structure */ member
H A Dlibfdt.h251 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
268 fdt_set_hdr_(off_dt_struct);
/linux/arch/powerpc/include/asm/
H A Dprom.h46 __be32 off_dt_struct; /* offset to structure */ member
/linux/scripts/dtc/
H A Dflattree.c333 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
865 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c392 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()