Lines Matching refs:static_loader
979 struct static_fw_load_mgr *static_loader = in hl_fw_ask_hard_reset_without_linux() local
980 &hdev->fw_loader.static_loader; in hl_fw_ask_hard_reset_without_linux()
990 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_RST_DEV); in hl_fw_ask_hard_reset_without_linux()
996 struct static_fw_load_mgr *static_loader = in hl_fw_ask_halt_machine_without_linux() local
997 &hdev->fw_loader.static_loader; in hl_fw_ask_halt_machine_without_linux()
1011 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_GOTO_WFE); in hl_fw_ask_halt_machine_without_linux()
1012 msleep(static_loader->cpu_reset_wait_msec); in hl_fw_ask_halt_machine_without_linux()
1017 WREG32(static_loader->kmd_msg_to_cpu_reg, KMD_MSG_NA); in hl_fw_ask_halt_machine_without_linux()
1161 struct static_fw_load_mgr *static_loader; in hl_fw_static_read_device_fw_version() local
1167 static_loader = &hdev->fw_loader.static_loader; in hl_fw_static_read_device_fw_version()
1171 ver_off = RREG32(static_loader->boot_fit_version_offset_reg); in hl_fw_static_read_device_fw_version()
1174 limit = static_loader->boot_fit_version_max_off; in hl_fw_static_read_device_fw_version()
1177 ver_off = RREG32(static_loader->preboot_version_offset_reg); in hl_fw_static_read_device_fw_version()
1180 limit = static_loader->preboot_version_max_off; in hl_fw_static_read_device_fw_version()
1187 ver_off &= static_loader->sram_offset_mask; in hl_fw_static_read_device_fw_version()
2348 struct static_fw_load_mgr *static_loader; in hl_fw_static_init_cpu() local
2359 static_loader = &fw_loader->static_loader; in hl_fw_static_init_cpu()
2360 cpu_msg_status_reg = static_loader->cpu_cmd_status_to_host_reg; in hl_fw_static_init_cpu()
2361 msg_to_cpu_reg = static_loader->kmd_msg_to_cpu_reg; in hl_fw_static_init_cpu()
2362 cpu_boot_dev_status0_reg = static_loader->cpu_boot_dev_status0_reg; in hl_fw_static_init_cpu()
2363 cpu_boot_dev_status1_reg = static_loader->cpu_boot_dev_status1_reg; in hl_fw_static_init_cpu()
2364 cpu_boot_status_reg = static_loader->cpu_boot_status_reg; in hl_fw_static_init_cpu()
2508 rc = fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu()
2509 fw_loader->static_loader.boot_err1_reg, in hl_fw_static_init_cpu()
2521 fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu()
2522 fw_loader->static_loader.boot_err1_reg, in hl_fw_static_init_cpu()