Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/
H A Dpost.c116 static void post_log_mark_start(unsigned long testid) in post_log_mark_start() argument
118 gd->post_log_word |= testid; in post_log_mark_start()
121 static void post_log_mark_succ(unsigned long testid) in post_log_mark_succ() argument
123 gd->post_log_res |= testid; in post_log_mark_succ()
132 if (gd->post_log_word & (post_list[j].testid)) { in post_output_backlog()
134 if (gd->post_log_res & post_list[j].testid) in post_output_backlog()
252 post_log_mark_start(test->testid); in post_run_single()
261 post_log_mark_succ(test->testid); in post_run_single()
/rk3399_rockchip-uboot/include/
H A Dpost.h105 unsigned long testid; member