Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dmachdep_boot.c169 struct fdt_header *dtb_ptr; in linux_parse_boot_param()
175 dtb_ptr = (struct fdt_header *)abp->modulep; in linux_parse_boot_param()
/f-stack/freebsd/contrib/libfdt/
H A Dfdt.h57 struct fdt_header { struct
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 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)) 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()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c197 struct fdt_header *dtb_ptr; in linux_parse_boot_param()
211 dtb_ptr = (struct fdt_header *)abp->abp_r2; in linux_parse_boot_param()
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.c143 struct fdt_header hdr; in init_max10_device_table()