Searched refs:newword (Results 1 – 3 of 3) sorted by relevance
75 int newword; in post_bootmode_init() local78 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()
44 newword = words[index]48 self.text.insert("insert", newword)
53 newword = words[index]57 self.text.insert("insert", newword)