Searched refs:last_test (Results 1 - 2 of 2) sorted by relevance

/u-boot/post/
H A Dpost.c104 int post_bootmode_get(unsigned int *last_test) argument
114 if (last_test && (bootmode & POST_POWERTEST))
115 *last_test = (word >> 8) & 0xFF;
151 static void post_bootmode_test_on(unsigned int last_test) argument
157 word |= (last_test & 0xFF) << 8;
/u-boot/include/
H A Dpost.h102 int post_bootmode_get (unsigned int * last_test);

Completed in 37 milliseconds