Home
last modified time | relevance | path

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

/drivers/power/reset/
A Dmacsmc-reboot.c19 struct nvmem_cell *boot_stage; member
31 enum boot_stage { enum
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()
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()
/drivers/misc/
A Dsmpro-misc.c30 u8 boot_stage; in boot_progress_show() local
47 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()
/drivers/mfd/
A Dmacsmc.c61 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