Home
last modified time | relevance | path

Searched refs:sar_profiles (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c535 * into sar_profiles[0] (because we don't have a profile 0). in iwl_acpi_get_wrds_table()
537 ret = iwl_acpi_parse_chains_table(table, fwrt->sar_profiles[0].chains, in iwl_acpi_get_wrds_table()
540 fwrt->sar_profiles[0].enabled = true; in iwl_acpi_get_wrds_table()
638 * save them in sar_profiles[1-3] (because we don't in iwl_acpi_get_ewrd_table()
642 fwrt->sar_profiles[i + 1].chains, in iwl_acpi_get_ewrd_table()
662 chains = &fwrt->sar_profiles[i + 1].chains[ACPI_SAR_NUM_CHAINS_REV0]; in iwl_acpi_get_ewrd_table()
676 fwrt->sar_profiles[i + 1].enabled = enabled; in iwl_acpi_get_ewrd_table()
H A Druntime.h111 * @sar_profiles: sar profiles as read from WRDS/EWRD BIOS tables
174 struct iwl_sar_profile sar_profiles[BIOS_SAR_MAX_PROFILE_NUM]; member
H A Duefi.c435 memcpy(&fwrt->sar_profiles[prof_index].chains, uefi_sar_prof, in iwl_uefi_set_sar_profile()
438 fwrt->sar_profiles[prof_index].enabled = enabled & IWL_SAR_ENABLE_MSK; in iwl_uefi_set_sar_profile()
459 * into sar_profiles[0] (because we don't have a profile 0). in iwl_uefi_get_wrds_table()
491 * save them in sar_profiles[1-3] (because we don't in iwl_uefi_get_ewrd_table()
494 iwl_uefi_set_sar_profile(fwrt, &data->sar_profiles[i], i + 1, in iwl_uefi_get_ewrd_table()
H A Duefi.h102 * @sar_profiles: the additional SAR profiles (#2-#4)
108 struct uefi_sar_profile sar_profiles[BIOS_SAR_MAX_PROFILE_NUM - 1]; member
H A Dregulatory.c246 prof = &fwrt->sar_profiles[profs[i] - 1]; in iwl_sar_fill_table()