Home
last modified time | relevance | path

Searched refs:size_dt (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c814 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
907 size_dt = fdt32_to_cpu(fdt->size_dt_struct); in dt_from_blob()
908 if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize)) in dt_from_blob()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c799 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local
892 size_dt = fdt32_to_cpu(fdt->size_dt_struct); in dt_from_blob()
893 if ((off_dt+size_dt < off_dt) || (off_dt+size_dt > totalsize)) in dt_from_blob()