Home
last modified time | relevance | path

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

/post/
A Dpost.c80 int bootmode = post_bootmode_get(0); in post_bootmode_init() local
83 if (post_hotkeys_pressed() && !(bootmode & POST_POWERTEST)) in post_bootmode_init()
85 else if (bootmode == 0) in post_bootmode_init()
87 else if (bootmode == POST_POWERON || bootmode == POST_SLOWTEST) in post_bootmode_init()
93 if (bootmode == 0) in post_bootmode_init()
107 int bootmode; in post_bootmode_get() local
112 bootmode = word & 0x7F; in post_bootmode_get()
114 if (last_test && (bootmode & POST_POWERTEST)) in post_bootmode_get()
117 return bootmode; in post_bootmode_get()

Completed in 5 milliseconds