Home
last modified time | relevance | path

Searched refs:totalsize (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c356 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize); in make_fdt_header()
397 padlen = minsize - fdt32_to_cpu(fdt.totalsize); in dt_to_blob()
401 fdt32_to_cpu(fdt.totalsize), minsize); in dt_to_blob()
408 int tsize = fdt32_to_cpu(fdt.totalsize); in dt_to_blob()
410 fdt.totalsize = cpu_to_fdt32(tsize); in dt_to_blob()
806 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
837 rc = fread(&totalsize, sizeof(totalsize), 1, f); in dt_from_blob()
847 totalsize = fdt32_to_cpu(totalsize); in dt_from_blob()
848 if (totalsize < FDT_V1_SIZE) in dt_from_blob()
849 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
163 __fdt_set_hdr(totalsize);
H A Dfdt.h8 uint32_t totalsize; /* total size of DT block */ member