Home
last modified time | relevance | path

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

/external/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);
/external/u-boot/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);
/external/u-boot/lib/efi_selftest/
Defi_selftest_fdt.c63 pos = (fdt32_t *)(fdt + f2h(header->off_dt_struct)); in get_property()
/external/dtc/pylibfdt/
Dlibfdt.i296 def off_dt_struct(self):
/external/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()
/external/dtc/tests/
Dpylibfdt_tests.py249 self.assertEquals(self.fdt.off_dt_struct(), 88)
/external/u-boot/scripts/dtc/
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()
/external/dtc/Documentation/
Dmanual.txt310 u32 off_dt_struct; /* offset to structure */
356 - off_dt_struct
431 starts at the offset given by off_dt_struct).
/external/u-boot/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped270 def off_dt_struct(self):