Home
last modified time | relevance | path

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

/openbmc/u-boot/post/
H A Dpost.c75 int newword; in post_bootmode_init() local
78 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init()
80 newword = BOOTMODE_MAGIC | POST_POWERON; in post_bootmode_init()
82 newword = BOOTMODE_MAGIC | POST_NORMAL; in post_bootmode_init()
85 newword = post_word_load() & ~POST_COLDBOOT; in post_bootmode_init()
89 newword |= POST_COLDBOOT; in post_bootmode_init()
91 post_word_store(newword); in post_bootmode_init()