Lines Matching refs:fwrt

231 				(mvm->fwrt.cur_fw_img == IWL_UCODE_INIT) ?
251 iwl_fwrt_update_fw_versions(&mvm->fwrt, lmac1, umac);
309 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img;
325 iwl_fw_set_current_image(&mvm->fwrt, ucode_type);
339 iwl_fw_set_current_image(&mvm->fwrt, old_type);
409 iwl_fw_dbg_error_collect(&mvm->fwrt,
412 iwl_fw_set_current_image(&mvm->fwrt, old_type);
418 iwl_fw_set_current_image(&mvm->fwrt, old_type);
429 iwl_fw_set_current_image(&mvm->fwrt, old_type);
456 iwl_fw_set_dbg_rec_on(&mvm->fwrt);
488 .data[0] = &mvm->fwrt.uats_table,
489 .len[0] = sizeof(mvm->fwrt.uats_table),
507 ret = iwl_uefi_get_uats_table(mvm->trans, &mvm->fwrt);
529 .data[0] = &mvm->fwrt.sgom_table,
530 .len[0] = sizeof(mvm->fwrt.sgom_table),
534 if (!mvm->fwrt.sgom_enabled) {
559 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img;
635 iwl_dbg_tlv_time_point(&mvm->fwrt, IWL_FW_INI_TIME_POINT_EARLY, NULL);
650 iwl_dbg_tlv_time_point(&mvm->fwrt, IWL_FW_INI_TIME_POINT_AFTER_ALIVE,
749 iwl_dbg_tlv_time_point(&mvm->fwrt, IWL_FW_INI_TIME_POINT_EARLY, NULL);
879 cmd.v7.flags = cpu_to_le32(mvm->fwrt.reduced_power_flags);
905 ret = iwl_sar_fill_profile(&mvm->fwrt, per_chain,
943 else if (fw_has_api(&mvm->fwrt.fw->ucode_capa,
949 if (!iwl_sar_geo_support(&mvm->fwrt))
995 if (mvm->fwrt.geo_rev == 1)
1013 } else if (fw_has_api(&mvm->fwrt.fw->ucode_capa,
1034 ret = iwl_sar_geo_fill_table(&mvm->fwrt, &cmd.v1.table[0][0],
1052 ret = iwl_fill_ppag_table(&mvm->fwrt, &cmd, &cmd_size);
1071 if (!(iwl_is_ppag_approved(&mvm->fwrt)))
1114 ret = iwl_bios_get_tas_table(&mvm->fwrt, &data);
1175 int ret = iwl_bios_get_dsm(&mvm->fwrt, DSM_FUNC_RFI_CONFIG, &value);
1208 ret = iwl_fill_lari_config(&mvm->fwrt, &cmd, &cmd_size);
1225 iwl_acpi_get_guid_lock_status(&mvm->fwrt);
1228 ret = iwl_bios_get_ppag_table(&mvm->fwrt);
1236 ret = iwl_bios_get_wrds_table(&mvm->fwrt);
1245 if (!iwl_bios_get_wgds_table(&mvm->fwrt)) {
1256 ret = iwl_bios_get_ewrd_table(&mvm->fwrt);
1265 if (iwl_sar_geo_support(&mvm->fwrt)) {
1266 ret = iwl_bios_get_wgds_table(&mvm->fwrt);
1275 iwl_acpi_get_phy_filters(&mvm->fwrt, &mvm->phy_filters);
1277 if (iwl_bios_get_eckv(&mvm->fwrt, &mvm->ext_clock_valid))
1363 iwl_fw_dbg_stop_sync(&mvm->fwrt);
1376 iwl_dbg_tlv_time_point(&mvm->fwrt, IWL_FW_INI_TIME_POINT_AFTER_ALIVE,
1379 return iwl_init_paging(&mvm->fwrt, mvm->fwrt.cur_fw_img);
1397 iwl_fw_dbg_error_collect(&mvm->fwrt,
1405 iwl_fw_disable_dbg_asserts(&mvm->fwrt);
1406 iwl_get_shared_mem_conf(&mvm->fwrt);
1413 mvm->fwrt.dump.conf = FW_DBG_INVALID;
1416 mvm->fwrt.dump.conf = FW_DBG_START_FROM_ALIVE;
1417 iwl_fw_start_dbg_conf(&mvm->fwrt, FW_DBG_START_FROM_ALIVE);
1440 ret = iwl_set_soc_latency(&mvm->fwrt);
1448 ret = iwl_configure_rxq(&mvm->fwrt);