Searched refs:boot_stage (Results 1 – 3 of 3) 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()
61 if (smc->boot_stage != APPLE_SMC_INITIALIZED) in apple_smc_cmd_locked()252 if (smc->boot_stage != APPLE_SMC_INITIALIZED) in apple_smc_write_atomic()298 smc->boot_stage = APPLE_SMC_ERROR_CRASHED; in apple_smc_rtkit_crashed()338 if (smc->boot_stage == APPLE_SMC_BOOTING) { in apple_smc_rtkit_recv_early()345 smc->boot_stage = APPLE_SMC_ERROR_NO_SHMEM; in apple_smc_rtkit_recv_early()348 smc->boot_stage = APPLE_SMC_INITIALIZED; in apple_smc_rtkit_recv_early()425 smc->boot_stage = APPLE_SMC_BOOTING; in apple_smc_probe()451 if (smc->boot_stage != APPLE_SMC_INITIALIZED) { in apple_smc_probe()452 dev_err(dev, "SMC failed to boot successfully, boot stage=%d\n", smc->boot_stage); in apple_smc_probe()
Completed in 48 milliseconds