Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c248 POST_FAIL_SAVE | i : i); in post_run_single()
308 if (last & POST_FAIL_SAVE) { in post_run()
309 last &= ~POST_FAIL_SAVE; in post_run()
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h88 #define POST_FAIL_SAVE 0x80 macro