OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDT_LAST_SUPPORTED_VERSION
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
check_header.c
66
fdt_set_version(fdt,
FDT_LAST_SUPPORTED_VERSION
+ 1);
67
fdt_set_last_comp_version(fdt,
FDT_LAST_SUPPORTED_VERSION
+ 1);
71
fdt_set_last_comp_version(fdt,
FDT_LAST_SUPPORTED_VERSION
);
/src/sys/external/bsd/libfdt/dist/
fdt.c
28
if (fdt_last_comp_version(fdt) >
FDT_LAST_SUPPORTED_VERSION
)
83
|| (fdt_last_comp_version(fdt) >
FDT_LAST_SUPPORTED_VERSION
))
fdt_sw.c
129
fdt_set_version(fdt,
FDT_LAST_SUPPORTED_VERSION
);
libfdt.h
15
#define
FDT_LAST_SUPPORTED_VERSION
0x11
Completed in 21 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026