Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c96 gd->post_log_res = 0; in post_bootmode_init()
123 gd->post_log_res |= testid; in post_log_mark_succ()
134 if (gd->post_log_res & post_list[j].testid) in post_output_backlog()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h56 unsigned long post_log_res; /* success of POST test */ member