Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dpost.h88 #define POST_FAIL_SAVE 0x80 macro