Home
last modified time | relevance | path

Searched refs:FDT_V1_SIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt.h60 #define FDT_V1_SIZE (7*sizeof(fdt32_t)) macro
61 #define FDT_V2_SIZE (FDT_V1_SIZE + sizeof(fdt32_t))
Dfdt.c65 return FDT_V1_SIZE; in fdt_header_size_()
Dfdt_ro.c870 if (bufsize < FDT_V1_SIZE) in fdt_check_full()
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Dflattree.c38 {1, 1, FDT_V1_SIZE,
856 if (totalsize < FDT_V1_SIZE) in dt_from_blob()
/third_party/uboot/u-boot-2020.01/lib/libfdt/
Dfdt_ro.c873 if (bufsize < FDT_V1_SIZE) in fdt_check_full()