Searched refs:DTSF_V1 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 119 $$ = DTSF_V1; 123 $$ = DTSF_V1 | DTSF_PLUGIN;
|
| H A D | fstree.c | 89 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
|
| H A D | dtc.h | 260 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
|
| H A D | dtc-parser.tab.c | |
| H A D | flattree.c | 939 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
| H A D | dtc-parser.tab.c_shipped | 1483 (yyval.flags) = DTSF_V1; 1491 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN;
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fstree.c | 75 return build_dt_info(DTSF_V1, NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
|
| H A D | dtc-parser.y | 111 $$ = DTSF_V1; 115 $$ = DTSF_V1 | DTSF_PLUGIN;
|
| H A D | dtc.h | 296 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
|
| H A D | flattree.c | 924 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|