Home
last modified time | relevance | path

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

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