Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfdtgrep.c63 int types_exc; /* Mask of types that we exclude (FDT_IS...) */ member
128 disp->types_exc |= 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()
551 if ((type & disp->types_exc) && (none_match & type)) { in check_type_include()
557 if (type == FDT_IS_NODE && disp->types_exc == FDT_ANY_GLOBAL) { in check_type_include()
572 disp->types_inc, disp->types_exc, none_match); in check_type_include()
1183 if (disp->invert && disp->types_exc) in scan_args()