Home
last modified time | relevance | path

Searched refs:cpu_boot_dev_sts0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1643 u32 cpu_boot_dev_sts0, cpu_boot_dev_sts1; in hl_fw_preboot_update_state() local
1645 cpu_boot_dev_sts0 = prop->fw_preboot_cpu_boot_dev_sts0; in hl_fw_preboot_update_state()
1657 prop->hard_reset_done_by_fw = !!(cpu_boot_dev_sts0 & CPU_BOOT_DEV_STS0_FW_HARD_RST_EN); in hl_fw_preboot_update_state()
1659 prop->fw_security_enabled = !!(cpu_boot_dev_sts0 & CPU_BOOT_DEV_STS0_SECURITY_EN); in hl_fw_preboot_update_state()
1662 cpu_boot_dev_sts0); in hl_fw_preboot_update_state()
2796 le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_init_cpu()
2842 le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_init_cpu()
2851 le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_init_cpu()
/openbmc/linux/drivers/accel/habanalabs/include/common/
H A Dhl_boot_if.h429 __le32 cpu_boot_dev_sts0; member