Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.y123 $$ = DTSF_V1 | DTSF_PLUGIN;
193 if ($<flags>-1 & DTSF_PLUGIN)
H A Ddtc.c325 if (dti->dtsflags & DTSF_PLUGIN) { in main()
H A Ddtc.h261 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
H A Dchecks.c533 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
H A Ddtc-parser.tab.c_shipped1491 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN;
1583 if ((yyvsp[(-1) - (3)].flags) & DTSF_PLUGIN)