Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dfdtgrep.c62 int types_inc; /* Mask of types that we include (FDT_IS...) */ member
126 disp->types_inc |= type; in value_add()
129 if (disp->types_inc & disp->types_exc & type) { in value_add()
520 if (!((disp->types_inc | disp->types_exc) & type)) { in check_type_include()
568 if (type == FDT_IS_NODE && disp->types_inc == FDT_ANY_GLOBAL) in check_type_include()
572 disp->types_inc, disp->types_exc, none_match); in check_type_include()
610 (disp->types_inc & FDT_NODE_HAS_PROP)) { in h_include()