Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c267 if (test_flags & POST_STOP) in post_run_single()
277 if (test_flags & POST_STOP) in post_run_single()
H A Dtests.c54 POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h80 #define POST_STOP 0x4000 /* Interrupt POST sequence on fail */ macro