Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dfstree.c75 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
H A Ddtc-parser.y117 $$ = DTSF_V1;
121 $$ = DTSF_V1 | DTSF_PLUGIN;
H A Ddtc.h332 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
H A Dflattree.c922 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()