Searched refs:fdt_header (Results 1 – 5 of 5) sorted by relevance
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()
6 struct fdt_header { struct
144 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))159 struct fdt_header *fdth = fdt; \
61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in _fdt_blocks_misordered()372 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in _fdt_packblocks()423 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
334 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()374 struct fdt_header fdt; in dt_to_blob()810 struct fdt_header *fdt; in dt_from_blob()853 fdt = (struct fdt_header *)blob; in dt_from_blob()