Searched refs:fdt_header (Results 1 – 6 of 6) sorted by relevance
171 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))186 struct fdt_header *fdth = (struct fdt_header*)fdt; \
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()
61 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in _fdt_blocks_misordered()399 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in _fdt_packblocks()452 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
337 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()377 struct fdt_header fdt; in dt_to_blob()811 struct fdt_header *fdt; in dt_from_blob()854 fdt = (struct fdt_header *)blob; in dt_from_blob()
47 struct fdt_header *bph = blob; in dump_blob()