Home
last modified time | relevance | path

Searched refs:POST_POWERTEST (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c78 if (post_hotkeys_pressed() && !(bootmode & POST_POWERTEST)) in post_bootmode_init()
109 if (last_test && (bootmode & POST_POWERTEST)) in post_bootmode_get()
148 word |= POST_POWERTEST; in post_bootmode_test_on()
159 word &= ~POST_POWERTEST; in post_bootmode_test_off()
307 if (post_bootmode_get(&last) & POST_POWERTEST) { in post_run()
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h69 #define POST_POWERTEST 0x08 /* test runs after watchdog reset */ macro
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.POST120 #define POST_POWERTEST 0x08 /* test runs after watchdog reset */