Searched refs:fdt_header (Results 1 – 5 of 5) sorted by relevance
12 struct fdt_header { struct
204 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))219 struct fdt_header *fdth = (struct fdt_header *)fdt; \
18 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()
114 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
328 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()368 struct fdt_header fdt; in dt_to_blob()815 struct fdt_header *fdt; in dt_from_blob()858 fdt = (struct fdt_header *)blob; in dt_from_blob()
Completed in 12 milliseconds