Home
last modified time | relevance | path

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

/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.h24 struct env_map_common { struct
42 void envs_cleanup_common(const struct env_map_common *map); argument
43 int envs_read_common(const struct env_map_common *map);
44 int envs_validate_common(const struct env_map_common *map);
45 int envs_read_validate_common(const struct env_map_common *map);
50 int envs_process_and_validate(const struct env_map_common *common,
54 int args_envs_enumerate(const struct env_map_common *map,
H A Denv-lib.c11 static void env_clear_common(u32 index, const struct env_map_common *map) in env_clear_common()
17 static int env_read_common(u32 index, const struct env_map_common *map) in env_read_common()
69 static int env_validate_common(u32 index, const struct env_map_common *map) in env_validate_common()
145 void envs_cleanup_common(const struct env_map_common *map) in envs_cleanup_common()
152 int envs_read_common(const struct env_map_common *map) in envs_read_common()
165 int envs_validate_common(const struct env_map_common *map) in envs_validate_common()
178 int envs_read_validate_common(const struct env_map_common *map) in envs_read_validate_common()
217 int envs_process_and_validate(const struct env_map_common *common, in envs_process_and_validate()
234 static int args_envs_read_search(const struct env_map_common *map, in args_envs_read_search()
247 static int arg_read_set(const struct env_map_common *map, u32 i, int argc, in arg_read_set()
[all …]
H A Dhsdk.c122 static const struct env_map_common env_map_common[] = { variable
130 static const struct env_map_common env_map_clock[] = {
143 static const struct env_map_common env_map_mask[] = {
612 ret = envs_process_and_validate(env_map_common, env_map_core, is_cpu_used); in prepare_cpus()