Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.h60 fdt32_t off_dt_struct; /* offset to structure */ member
H A Dlibfdt.h219 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
236 fdt_set_hdr_(off_dt_struct);
/openbmc/linux/arch/powerpc/include/asm/
H A Dprom.h46 __be32 off_dt_struct; /* offset to structure */ member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_fdt.c63 pos = (fdt32_t *)(fdt + f2h(header->off_dt_struct)); in get_property()
/openbmc/linux/scripts/dtc/
H A Dflattree.c333 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
868 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A 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()
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py634 return self._fdt_obj.off_dt_struct() + offset
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c392 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped217 def off_dt_struct(self):
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c2755 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()