Searched full:boot_stage (Results 1 – 6 of 6) 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
48 boot_stage: boot-stage@6001 {
91 * @boot_stage: Current boot stage of SMC115 enum apple_smc_boot_stage boot_stage; member
1486 * boot_stage register and image_response register in btintel_pcie_irq_msix_handler()