Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds