Lines Matching refs:static_loader

1370 	struct static_fw_load_mgr *static_loader =  in hl_fw_ask_hard_reset_without_linux()  local
1371 &hdev->fw_loader.static_loader; in hl_fw_ask_hard_reset_without_linux()
1381 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_RST_DEV); in hl_fw_ask_hard_reset_without_linux()
1389 struct static_fw_load_mgr *static_loader; in hl_fw_ask_halt_machine_without_linux() local
1419 static_loader = &hdev->fw_loader.static_loader; in hl_fw_ask_halt_machine_without_linux()
1420 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_GOTO_WFE); in hl_fw_ask_halt_machine_without_linux()
1421 msleep(static_loader->cpu_reset_wait_msec); in hl_fw_ask_halt_machine_without_linux()
1426 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_NA); in hl_fw_ask_halt_machine_without_linux()
1605 struct static_fw_load_mgr *static_loader; in hl_fw_static_read_device_fw_version() local
1611 static_loader = &hdev->fw_loader.static_loader; in hl_fw_static_read_device_fw_version()
1615 ver_off = RREG32(static_loader->boot_fit_version_offset_reg); in hl_fw_static_read_device_fw_version()
1618 limit = static_loader->boot_fit_version_max_off; in hl_fw_static_read_device_fw_version()
1621 ver_off = RREG32(static_loader->preboot_version_offset_reg); in hl_fw_static_read_device_fw_version()
1624 limit = static_loader->preboot_version_max_off; in hl_fw_static_read_device_fw_version()
1631 ver_off &= static_loader->sram_offset_mask; in hl_fw_static_read_device_fw_version()
2918 struct static_fw_load_mgr *static_loader; in hl_fw_static_init_cpu() local
2929 static_loader = &fw_loader->static_loader; in hl_fw_static_init_cpu()
2930 cpu_msg_status_reg = static_loader->cpu_cmd_status_to_host_reg; in hl_fw_static_init_cpu()
2931 msg_to_cpu_reg = static_loader->kmd_msg_to_cpu_reg; in hl_fw_static_init_cpu()
2932 cpu_boot_dev_status0_reg = static_loader->cpu_boot_dev_status0_reg; in hl_fw_static_init_cpu()
2933 cpu_boot_dev_status1_reg = static_loader->cpu_boot_dev_status1_reg; in hl_fw_static_init_cpu()
2934 cpu_boot_status_reg = static_loader->cpu_boot_status_reg; in hl_fw_static_init_cpu()
3085 rc = fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu()
3086 fw_loader->static_loader.boot_err1_reg, in hl_fw_static_init_cpu()
3098 fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu()
3099 fw_loader->static_loader.boot_err1_reg, in hl_fw_static_init_cpu()