Searched refs:cpu_boot_dev_sts0 (Results 1 – 2 of 2) sorted by relevance
1507 u32 cpu_boot_dev_sts0, cpu_boot_dev_sts1; in hl_fw_preboot_update_state() local1509 cpu_boot_dev_sts0 = prop->fw_preboot_cpu_boot_dev_sts0; in hl_fw_preboot_update_state()1521 prop->hard_reset_done_by_fw = !!(cpu_boot_dev_sts0 & CPU_BOOT_DEV_STS0_FW_HARD_RST_EN); in hl_fw_preboot_update_state()1523 prop->fw_security_enabled = !!(cpu_boot_dev_sts0 & CPU_BOOT_DEV_STS0_SECURITY_EN); in hl_fw_preboot_update_state()1526 cpu_boot_dev_sts0); in hl_fw_preboot_update_state()2286 le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_load_image()2605 hl_fw_linux_update_state(hdev, le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_init_cpu()2616 le32_to_cpu(dyn_regs->cpu_boot_dev_sts0), in hl_fw_dynamic_init_cpu()
410 __le32 cpu_boot_dev_sts0; member