Searched full:boot_stage (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/power/reset/ |
| H A D | macsmc-reboot.c | 19 struct nvmem_cell *boot_stage; member 26 "boot_stage", 31 enum boot_stage { enum 154 /* 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 …]
|
| /linux/drivers/misc/ |
| H A D | smpro-misc.c | 30 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()
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | apple,smc.yaml | 81 nvmem-cells = <&shutdown_flag>, <&boot_stage>, 83 nvmem-cell-names = "shutdown_flag", "boot_stage",
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | apple,smc-reboot.yaml | 31 - const: boot_stage
|
| /linux/Documentation/devicetree/bindings/nvmem/ |
| H A D | apple,spmi-nvmem.yaml | 48 boot_stage: boot-stage@6001 {
|
| /linux/drivers/bluetooth/ |
| H A D | btintel_pcie.c | 1486 * boot_stage register and image_response register in btintel_pcie_irq_msix_handler()
|