Searched refs:size_dt_struct (Results 1 - 4 of 4) sorted by relevance

/external/dtc/libfdt/
H A Dfdt.h73 fdt32_t size_dt_struct; /* size of the structure block */ member in struct:fdt_header
H A Dlibfdt.h226 #define fdt_size_dt_struct(fdt) (fdt_get_header(fdt, size_dt_struct))
243 __fdt_set_hdr(size_dt_struct); variable
/external/dtc/
H A Dfdtdump.c84 printf("// size_dt_struct:\t0x%x\n",
85 fdt32_to_cpu(bph->size_dt_struct));
H A Dflattree.c357 fdt->size_dt_struct = cpu_to_fdt32(dtsize);
511 fprintf(f, "\t/* size_dt_struct */\n");
907 size_dt = fdt32_to_cpu(fdt->size_dt_struct);

Completed in 133 milliseconds