Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Denv_flags.h169 #define ENV_FLAGS_VARTYPE_BIN_MASK 0x00000007 macro
/openbmc/u-boot/env/
H A Dflags.c407 binflags = env_flags_parse_vartype(flags) & ENV_FLAGS_VARTYPE_BIN_MASK; in env_parse_flags_to_bin()
515 (ENV_FLAGS_VARTYPE_BIN_MASK & item->flags); in env_flags_validate()
/openbmc/u-boot/cmd/
H A Dnvedit.c571 (entry->flags & ENV_FLAGS_VARTYPE_BIN_MASK); in print_active_flags()