Searched refs:fdt_header (Results 1 – 7 of 7) sorted by relevance
169 struct fdt_header *dtb_ptr; in linux_parse_boot_param()175 dtb_ptr = (struct fdt_header *)abp->modulep; in linux_parse_boot_param()
57 struct fdt_header { struct
92 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()
216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))231 struct fdt_header *fdth = (struct fdt_header *)fdt; \
61 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()
197 struct fdt_header *dtb_ptr; in linux_parse_boot_param()211 dtb_ptr = (struct fdt_header *)abp->abp_r2; in linux_parse_boot_param()
143 struct fdt_header hdr; in init_max10_device_table()