Searched refs:DTSF_V1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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 | 117 $$ = DTSF_V1; 121 $$ = DTSF_V1 | DTSF_PLUGIN;
|
H A D | dtc.h | 332 #define DTSF_V1 0x0001 /* /dts-v1/ */ macro
|
H A D | flattree.c | 925 return build_dt_info(DTSF_V1, reservelist, tree, boot_cpuid_phys); in dt_from_blob()
|
Completed in 5 milliseconds