Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Denv.c49 static enum env_location env_locations[] = { enum
100 BUILD_BUG_ON(ARRAY_SIZE(env_locations) > BITS_PER_LONG); in env_set_inited()
125 if (prio >= ARRAY_SIZE(env_locations)) in env_get_location()
130 return env_locations[prio]; in env_get_location()