Searched refs:fdt_header (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.h6 struct fdt_header { struct
H A Dfdt_sw.c91 if (bufsize < sizeof(struct fdt_header))
101 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
H A Dlibfdt.h144 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
159 struct fdt_header *fdth = fdt; \
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
372 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
423 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c317 static void make_fdt_header(struct fdt_header *fdt,
357 struct fdt_header fdt;
782 struct fdt_header *fdt;
825 fdt = (struct fdt_header *)blob;

Completed in 82 milliseconds