Home
last modified time | relevance | path

Searched refs:fdt_header (Results 1 – 7 of 7) sorted by relevance

/scripts/gdb/linux/
Dproc.py215 def fdthdr_to_cpu(self, fdt_header): argument
226 fdt_header['magic'],
227 fdt_header['totalsize'],
228 fdt_header['off_dt_struct'],
229 fdt_header['off_dt_strings'],
230 fdt_header['off_mem_rsvmap'],
231 fdt_header['version'],
232 fdt_header['last_comp_version']))
248 fdt_header = self.fdthdr_to_cpu(py_fdt_header)
250 if fdt_header[0] != constants.LX_OF_DT_HEADER:
[all …]
/scripts/dtc/libfdt/
Dfdt.h12 struct fdt_header { struct
Dfdt_rw.c16 return (fdt_off_mem_rsvmap(fdt) < FDT_ALIGN(sizeof(struct fdt_header), 8)) in fdt_blocks_misordered_()
383 mem_rsv_off = FDT_ALIGN(sizeof(struct fdt_header), 8); in fdt_packblocks_()
436 newsize = FDT_ALIGN(sizeof(struct fdt_header), 8) + mem_rsv_size in fdt_open_into()
Dlibfdt.h235 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
250 struct fdt_header *fdth = (struct fdt_header *)fdt; \
Dfdt_sw.c107 const size_t hdrsize = FDT_ALIGN(sizeof(struct fdt_header), in fdt_create_with_flags()
/scripts/dtc/
Dfdtdump.c48 struct fdt_header *bph = blob; in dump_blob()
Dflattree.c313 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header()
353 struct fdt_header fdt; in dt_to_blob()
803 struct fdt_header *fdt; in dt_from_blob()
846 fdt = (struct fdt_header *)blob; in dt_from_blob()