Home
last modified time | relevance | path

Searched refs:fdt_header (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/fdt/
H A Dfdt_platform.h30 struct fdt_header;
46 int fdt_load_dtb_addr(struct fdt_header *);
H A Dfdt_loader_cmd.c60 static struct fdt_header *fdt_to_load = NULL;
63 static struct fdt_header *fdtp = NULL;
185 struct fdt_header header; in fdt_load_dtb()
225 fdt_load_dtb_addr(struct fdt_header *header) in fdt_load_dtb_addr()
279 struct fdt_header header; in fdt_load_dtb_overlay()
1062 struct fdt_header *hdr; in fdt_cmd_addr()
1075 hdr = (struct fdt_header *)strtoul(addr, &cp, 16); in fdt_cmd_addr()
/freebsd/stand/uboot/
H A Duboot_fdt.c41 struct fdt_header *hdr; in fdt_platform_load_from_ubenv()
49 hdr = (struct fdt_header *)strtoul(s, &p, 16); in fdt_platform_load_from_ubenv()
67 struct fdt_header *hdr; in fdt_platform_load_dtb()
/freebsd/sys/arm64/arm64/
H A Dmachdep_boot.c172 struct fdt_header *dtb_ptr; in linux_parse_boot_param()
178 dtb_ptr = (struct fdt_header *)abp->modulep; in linux_parse_boot_param()
/freebsd/stand/efi/fdt/
H A Defi_fdt.c42 struct fdt_header *hdr; in fdt_platform_load_dtb()
/freebsd/sys/contrib/libfdt/
H A Dfdt.h57 struct fdt_header { struct
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_sw.c92 if (bufsize < sizeof(struct fdt_header)) in fdt_create()
102 fdt_set_off_mem_rsvmap(fdt, FDT_ALIGN(sizeof(struct fdt_header), in fdt_create()
H A Dfdt_rw.c61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_()
412 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_()
465 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
/freebsd/sys/arm/arm/
H A Dmachdep_boot.c194 struct fdt_header *dtb_ptr; in linux_parse_boot_param()
208 dtb_ptr = (struct fdt_header *)abp->abp_r2; in linux_parse_boot_param()