Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c76 int newword; in post_bootmode_init() local
79 newword = BOOTMODE_MAGIC | POST_SLOWTEST; in post_bootmode_init()
81 newword = BOOTMODE_MAGIC | POST_POWERON; in post_bootmode_init()
83 newword = BOOTMODE_MAGIC | POST_NORMAL; in post_bootmode_init()
86 newword = post_word_load() & ~POST_COLDBOOT; in post_bootmode_init()
90 newword |= POST_COLDBOOT; in post_bootmode_init()
92 post_word_store(newword); in post_bootmode_init()