Home
last modified time | relevance | path

Searched refs:FDT_LAST_SUPPORTED_VERSION (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c31 FDT_LAST_SUPPORTED_VERSION) in fdt_ro_probe_()
94 FDT_LAST_SUPPORTED_VERSION)) in fdt_check_header()
H A Dfdt_sw.c131 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in fdt_create_with_flags()
H A Dlibfdt.h17 #define FDT_LAST_SUPPORTED_VERSION 0x11 macro
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.c64 if (fdt_last_comp_version(fdt) > FDT_LAST_SUPPORTED_VERSION) in fdt_check_header()
H A Dfdt_sw.c98 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in fdt_create()
H A Dlibfdt.h58 #define FDT_LAST_SUPPORTED_VERSION 0x11 macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c726 FDT_LAST_SUPPORTED_VERSION) { in fdt_valid()
729 FDT_LAST_SUPPORTED_VERSION); in fdt_valid()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c441 fdt_set_version(fdt, FDT_LAST_SUPPORTED_VERSION); in dump_fdt_regions()