Home
last modified time | relevance | path

Searched refs:post_bootmode_get (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c75 int bootmode = post_bootmode_get(0); in post_bootmode_init()
99 int post_bootmode_get(unsigned int *last_test) in post_bootmode_get() function
307 if (post_bootmode_get(&last) & POST_POWERTEST) { in post_run()
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h109 int post_bootmode_get (unsigned int * last_test);
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c725 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
H A Dboard_f.c633 post_run(NULL, POST_ROM | post_bootmode_get(0)); in init_post()