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

/freebsd-11-stable/stand/fdt/
H A Dfdt_platform.h32 struct fdt_header;
48 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;
187 struct fdt_header header;
227 fdt_load_dtb_addr(struct fdt_header *header)
281 struct fdt_header header;
1048 struct fdt_header *hdr;
1061 hdr = (struct fdt_header *)strtoul(addr, &cp, 16);
/freebsd-11-stable/stand/efi/fdt/
H A Defi_fdt.c46 struct fdt_header *hdr;
/freebsd-11-stable/stand/uboot/fdt/
H A Duboot_fdt.c45 struct fdt_header *hdr;
53 hdr = (struct fdt_header *)strtoul(s, &p, 16);
71 struct fdt_header *hdr;
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h57 struct fdt_header { struct
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 Dlibfdt.h215 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
230 struct fdt_header *fdth = (struct fdt_header *)fdt; \
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
398 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
451 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h57 struct fdt_header { struct
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 Dlibfdt.h216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8))
412 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8);
465 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size
/freebsd-11-stable/contrib/dtc/
H A Dfdtdump.c48 struct fdt_header *bph = blob;
165 if (len < sizeof(struct fdt_header) ||
230 if (!p || endp - p < sizeof(struct fdt_header))
H A Dflattree.c337 static void make_fdt_header(struct fdt_header *fdt,
377 struct fdt_header fdt;
824 struct fdt_header *fdt;
867 fdt = (struct fdt_header *)blob;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_boot.c197 struct fdt_header *dtb_ptr;
211 dtb_ptr = (struct fdt_header *)abp->abp_r2;

Completed in 146 milliseconds