Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.y119 $$ = DTSF_V1;
123 $$ = DTSF_V1 | DTSF_PLUGIN;
H A Dfstree.c89 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
H A Ddtc.h260 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
H A Ddtc-parser.tab.c
H A Dflattree.c939 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
H A Ddtc-parser.tab.c_shipped1483 (yyval.flags) = DTSF_V1;
1491 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN;
/OK3568_Linux_fs/kernel/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.y111 $$ = DTSF_V1;
115 $$ = DTSF_V1 | DTSF_PLUGIN;
H A Ddtc.h296 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
H A Dflattree.c924 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()