Searched refs:POST_POWERON (Results 1 – 4 of 4) sorted by relevance
65 #define POST_POWERON 0x01 /* test runs on power-on booting */ macro85 POST_POWERON )
86 newword = BOOTMODE_MAGIC | POST_POWERON; in post_bootmode_init()87 else if (bootmode == POST_POWERON || bootmode == POST_SLOWTEST) in post_bootmode_init()174 int flag[] = { POST_POWERON, POST_NORMAL, POST_SLOWTEST, in post_get_env_flags()235 if (test_flags[j] & POST_POWERON) in post_get_flags()
80 POST_RAM | POST_POWERON | POST_SLOWTEST | POST_MANUAL | POST_REBOOT,117 POST_ROM | POST_POWERON | POST_SLOWTEST | POST_PREREL,
117 #define POST_POWERON 0x01 /* test runs on power-on booting */212 mode the test is running in (POST_POWERON, POST_NORMAL,361 POST_RAM | POST_POWERON | POST_REBOOT, \
Completed in 5 milliseconds