Searched refs:fdt_header (Results 1 – 6 of 6) sorted by relevance
/scripts/gdb/linux/ |
D | proc.py | 216 def fdthdr_to_cpu(self, fdt_header): argument 227 fdt_header['magic'], 228 fdt_header['totalsize'], 229 fdt_header['off_dt_struct'], 230 fdt_header['off_dt_strings'], 231 fdt_header['off_mem_rsvmap'], 232 fdt_header['version'], 233 fdt_header['last_comp_version'])) 249 fdt_header = self.fdthdr_to_cpu(py_fdt_header) 251 if fdt_header[0] != constants.LX_OF_DT_HEADER: [all …]
|
/scripts/dtc/libfdt/ |
D | fdt.h | 12 struct fdt_header { struct
|
D | libfdt.h | 248 (fdt32_ld(&((const struct fdt_header *)(fdt))->field)) 263 struct fdt_header *fdth = (struct fdt_header *)fdt; \
|
D | fdt_rw.c | 16 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_() 403 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_() 458 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
|
D | fdt_sw.c | 111 const int hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
|
/scripts/dtc/ |
D | flattree.c | 314 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header() 354 struct fdt_header fdt; in dt_to_blob() 804 struct fdt_header *fdt; in dt_from_blob() 847 fdt = (struct fdt_header *)blob; in dt_from_blob()
|