Searched full:boot_stage (Results 1 – 3 of 3) sorted by relevance
19 struct nvmem_cell *boot_stage; member26 "boot_stage",31 enum boot_stage { enum154 /* Set the boot_stage to 0, which means we're doing a clean shutdown/reboot. */ in macsmc_reboot_notify()155 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()157 dev_err(reboot->dev, "Failed to write boot_stage\n"); in macsmc_reboot_notify()233 /* Set the boot_stage to indicate we're running the OS kernel */ in macsmc_reboot_probe()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()[all …]
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()
31 - const: boot_stage