Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dfdtgrep.c516 int match, none_match = FDT_IS_ANY; in check_type_include() local
543 none_match &= ~val->type; in check_type_include()
551 if ((type & disp->types_exc) && (none_match & type)) { in check_type_include()
572 disp->types_inc, disp->types_exc, none_match); in check_type_include()