Home
last modified time | relevance | path

Searched refs:geo_profiles (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dregulatory.c224 cpu_to_le16(fwrt->geo_profiles[i].bands[j].max); in iwl_sar_geo_fill_table()
226 fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_fill_table()
228 fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_fill_table()
232 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_fill_table()
233 fwrt->geo_profiles[i].bands[j].chains[1], in iwl_sar_geo_fill_table()
234 fwrt->geo_profiles[i].bands[j].max); in iwl_sar_geo_fill_table()
H A Duefi.c644 ARRAY_SIZE(fwrt->geo_profiles) || in iwl_uefi_get_wgds_table()
645 n_subbands > ARRAY_SIZE(fwrt->geo_profiles[0].bands) || in iwl_uefi_get_wgds_table()
647 ARRAY_SIZE(fwrt->geo_profiles[0].bands[0].chains))) { in iwl_uefi_get_wgds_table()
657 struct iwl_geo_profile *geo_prof = &fwrt->geo_profiles[prof]; in iwl_uefi_get_wgds_table()
H A Druntime.h212 struct iwl_geo_profile geo_profiles[BIOS_GEO_MAX_PROFILE_NUM]; member
H A Dacpi.c881 ARRAY_SIZE(fwrt->geo_profiles))) { in iwl_acpi_get_wgds_table()
887 ARRAY_SIZE(fwrt->geo_profiles[0].bands))) { in iwl_acpi_get_wgds_table()
933 struct iwl_geo_profile *prof = &fwrt->geo_profiles[i]; in iwl_acpi_get_wgds_table()