Searched full:boot_stage (Results 1 – 5 of 5) 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/drivers/bluetooth/ |
| H A D | btintel_pcie.c | 293 bt_dev_warn(hdev, "Controller device warning (boot_stage: 0x%8.8x)", reg); in btintel_pcie_dump_debug_registers() 887 bt_dev_warn(data->hdev, "Controller device warning (boot_stage: 0x%8.8x)", in btintel_pcie_in_error() 923 bt_dev_err(data->hdev, "Controller in error state (boot_stage: 0x%8.8x)", in btintel_pcie_msix_gp0_handler() 1509 * boot_stage register and image_response register in btintel_pcie_irq_msix_handler()
|