Home
last modified time | relevance | path

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

/u-boot/post/
A Dpost.c190 test_flags[j] &= ~flag[i]; in post_get_env_flags()
209 test_flags[j] |= flag[i]; in post_get_env_flags()
231 post_get_env_flags(test_flags); in post_get_flags()
258 if (test_flags & POST_PREREL) in post_run_single()
274 if (test_flags & POST_STOP) in post_run_single()
284 if (test_flags & POST_STOP) in post_run_single()
306 post_get_flags(test_flags); in post_run()
324 test_flags[last], in post_run()
331 test_flags[i], in post_run()
340 test_flags[i], in post_run()
[all …]
/u-boot/drivers/misc/
A Dcros_ec_sandbox.c99 uint test_flags; member
312 if (ec->test_flags & CROSECT_BREAK_HELLO) in process_cmd()
377 if (ec->test_flags & CROSECT_LID_OPEN) in process_cmd()
387 ec->test_flags &= ~CROSECT_LID_OPEN; in process_cmd()
608 return ec->test_flags & CROSECT_LID_OPEN ? EC_SWITCH_LID_OPEN : 0; in cros_ec_sandbox_get_switches()
615 ec->test_flags = flags; in sandbox_cros_ec_set_test_flags()

Completed in 7 milliseconds