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

/freebsd-10.2-release/sys/boot/fdt/
H A Dfdt_platform.h32 struct fdt_header;
46 int fdt_load_dtb_addr(struct fdt_header *);
H A Dfdt_loader_cmd.c64 static struct fdt_header *fdt_to_load = NULL;
67 static struct fdt_header *fdtp = NULL;
188 struct fdt_header header;
229 fdt_load_dtb_addr(struct fdt_header *header)
767 struct fdt_header *hdr;
780 hdr = (struct fdt_header *)strtoul(addr, &cp, 16);
/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dfdt.h57 struct fdt_header { struct
H A Dlibfdt.h166 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
181 struct fdt_header *fdth = (struct fdt_header*)fdt; \
H A Dfdt_sw.c92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
399 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
452 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
/freebsd-10.2-release/sys/contrib/libfdt/
H A Dfdt.h6 struct fdt_header { struct
H A Dlibfdt.h144 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
159 struct fdt_header *fdth = (struct fdt_header*)fdt; \
H A Dfdt_sw.c92 if (bufsize < sizeof(struct fdt_header))
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header),
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
399 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
452 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
/freebsd-10.2-release/sys/boot/uboot/fdt/
H A Duboot_fdt.c45 struct fdt_header *hdr;
61 hdr = (struct fdt_header *)strtoul(s, &p, 16);
/freebsd-10.2-release/contrib/dtc/
H A Dfdtdump.c45 struct fdt_header *bph = blob;
H A Dflattree.c337 static void make_fdt_header(struct fdt_header *fdt,
377 struct fdt_header fdt;
811 struct fdt_header *fdt;
854 fdt = (struct fdt_header *)blob;

Completed in 76 milliseconds