Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Denv.c90 return gd->env_has_init & BIT(location); in env_has_inited()
102 gd->env_has_init |= BIT(location); in env_set_inited()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h52 unsigned long env_has_init; /* Bitmask of boolean of struct env_location offsets */ member