Home
last modified time | relevance | path

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

/external/u-boot/post/
Dpost.c76 int bootmode = post_bootmode_get(0); in post_bootmode_init()
100 int post_bootmode_get(unsigned int *last_test) in post_bootmode_get() function
308 if (post_bootmode_get(&last) & POST_POWERTEST) { in post_run()
/external/u-boot/include/
Dpost.h108 int post_bootmode_get (unsigned int * last_test);
/external/u-boot/common/
Dboard_r.c590 post_run(NULL, POST_RAM | post_bootmode_get(0)); in initr_post()
Dboard_f.c670 post_run(NULL, POST_ROM | post_bootmode_get(0)); in init_post()