Lines Matching defs:fdt_header
6 struct fdt_header { struct
7 uint32_t magic; /* magic word FDT_MAGIC */
8 uint32_t totalsize; /* total size of DT block */
9 uint32_t off_dt_struct; /* offset to structure */
10 uint32_t off_dt_strings; /* offset to strings */
11 uint32_t off_mem_rsvmap; /* offset to memory reserve map */
12 uint32_t version; /* format version */
13 uint32_t last_comp_version; /* last compatible version */
16 uint32_t boot_cpuid_phys; /* Which physical CPU id we're
19 uint32_t size_dt_strings; /* size of the strings block */
22 uint32_t size_dt_struct; /* size of the structure block */