Lines Matching refs:tbl_idx
308 int tbl_idx; in iwl_dbgfs_sar_geo_profile_read() local
314 tbl_idx = iwl_mvm_get_sar_geo_profile(mvm); in iwl_dbgfs_sar_geo_profile_read()
315 if (tbl_idx < 0) { in iwl_dbgfs_sar_geo_profile_read()
317 return tbl_idx; in iwl_dbgfs_sar_geo_profile_read()
320 if (!tbl_idx) { in iwl_dbgfs_sar_geo_profile_read()
325 "Use geographic profile %d\n", tbl_idx); in iwl_dbgfs_sar_geo_profile_read()
328 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[0], in iwl_dbgfs_sar_geo_profile_read()
329 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[1], in iwl_dbgfs_sar_geo_profile_read()
330 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].max); in iwl_dbgfs_sar_geo_profile_read()
333 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].chains[0], in iwl_dbgfs_sar_geo_profile_read()
334 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].chains[1], in iwl_dbgfs_sar_geo_profile_read()
335 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[1].max); in iwl_dbgfs_sar_geo_profile_read()