Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c266 if (test_flags & POST_STOP) in post_run_single()
276 if (test_flags & POST_STOP) in post_run_single()
Dtests.c53 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
/external/u-boot/include/
Dpost.h79 #define POST_STOP 0x4000 /* Interrupt POST sequence on fail */ macro