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_FIRST_SUPPORTED_VERSION
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/dtc/dist/tests/
check_header.c
62
fdt_set_version(fdt,
FDT_FIRST_SUPPORTED_VERSION
- 1);
63
fdt_set_last_comp_version(fdt,
FDT_FIRST_SUPPORTED_VERSION
- 1);
70
fdt_set_version(fdt,
FDT_FIRST_SUPPORTED_VERSION
);
/src/sys/external/bsd/libfdt/dist/
fdt.c
26
if (fdt_version(fdt) <
FDT_FIRST_SUPPORTED_VERSION
)
82
if ((fdt_version(fdt) <
FDT_FIRST_SUPPORTED_VERSION
)
fdt_sw.c
374
fdt_set_last_comp_version(fdt,
FDT_FIRST_SUPPORTED_VERSION
);
libfdt.h
14
#define
FDT_FIRST_SUPPORTED_VERSION
0x02
Completed in 53 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026