Searched refs:boot_stage (Results 1 – 2 of 2) sorted by relevance
19 struct nvmem_cell *boot_stage; member31 enum boot_stage { enum155 if (reboot->nvm.boot_stage && in macsmc_reboot_notify()156 nvmem_cell_set_u8(reboot->nvm.boot_stage, BOOT_STAGE_SHUTDOWN) < 0) in macsmc_reboot_notify()234 if (reboot->nvm.boot_stage && in macsmc_reboot_probe()235 nvmem_cell_set_u8(reboot->nvm.boot_stage, BOOT_STAGE_KERNEL_STARTED) < 0) in macsmc_reboot_probe()
30 u8 boot_stage; in boot_progress_show() local47 boot_stage = (bootstage >> 8) & 0xff; in boot_progress_show()49 if (boot_stage > cur_stage) in boot_progress_show()59 if (boot_stage < cur_stage) { in boot_progress_show()