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

/u-boot/include/
H A Dpost.h102 int post_bootmode_get (unsigned int * last_test);
/u-boot/post/
H A Dpost.c80 int bootmode = post_bootmode_get(0);
104 int post_bootmode_get(unsigned int *last_test) function
314 if (post_bootmode_get(&last) & POST_POWERTEST) {
/u-boot/common/
H A Dboard_r.c491 post_run(NULL, POST_RAM | post_bootmode_get(0));
H A Dboard_f.c661 post_run(NULL, POST_ROM | post_bootmode_get(0));

Completed in 109 milliseconds