Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c28 if (fdt_version(fdt) < FDT_FIRST_SUPPORTED_VERSION) in fdt_ro_probe_()
92 if ((fdt_version(fdt) < FDT_FIRST_SUPPORTED_VERSION) in fdt_check_header()
H A Dfdt_sw.c380 fdt_set_last_comp_version(fdt, FDT_FIRST_SUPPORTED_VERSION); in fdt_finish()
H A Dlibfdt.h16 #define FDT_FIRST_SUPPORTED_VERSION 0x02 macro
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.c62 if (fdt_version(fdt) < FDT_FIRST_SUPPORTED_VERSION) in fdt_check_header()
H A Dfdt_sw.c99 fdt_set_last_comp_version(fdt, FDT_FIRST_SUPPORTED_VERSION); in fdt_create()
H A Dlibfdt.h57 #define FDT_FIRST_SUPPORTED_VERSION 0x10 macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdt.c720 FDT_FIRST_SUPPORTED_VERSION) { in fdt_valid()
723 FDT_FIRST_SUPPORTED_VERSION); in fdt_valid()
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c442 fdt_set_last_comp_version(fdt, FDT_FIRST_SUPPORTED_VERSION); in dump_fdt_regions()