Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/
H A Dpost.c165 static void post_get_env_flags(int *test_flags) in post_get_env_flags() argument
183 test_flags[j] &= ~flag[i]; in post_get_env_flags()
202 test_flags[j] |= flag[i]; in post_get_env_flags()
216 static void post_get_flags(int *test_flags) in post_get_flags() argument
221 test_flags[j] = post_list[j].flags; in post_get_flags()
224 post_get_env_flags(test_flags); in post_get_flags()
228 if (test_flags[j] & POST_POWERON) in post_get_flags()
229 test_flags[j] |= POST_SLOWTEST; in post_get_flags()
237 int test_flags, int flags, unsigned int i) in post_run_single() argument
239 if ((flags & test_flags & POST_ALWAYS) && in post_run_single()
[all …]