Home
last modified time | relevance | path

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

/scripts/dtc/
Dfstree.c89 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
Ddtc-parser.y119 $$ = DTSF_V1;
123 $$ = DTSF_V1 | DTSF_PLUGIN;
Ddtc.h252 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
Dflattree.c945 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
Ddtc-parser.tab.c_shipped1483 (yyval.flags) = DTSF_V1;
1491 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN;