Lines Matching +full:1 +full:ghz

35 	RADIO_CFG = 1,
50 MAC_ADDRESS_OVERRIDE_EXT_NVM = 1,
70 NVM_SKU_CAP_BAND_52GHZ = BIT(1),
80 /* 2.4 GHz */
81 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
82 /* 5 GHz */
89 /* 2.4 GHz */
90 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
91 /* 5 GHz */
98 /* 2.4 GHz */
99 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
100 /* 5 GHz */
104 /* 6-7 GHz */
105 1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69,
122 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
123 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
161 NVM_CHANNEL_IBSS = BIT(1),
178 * 2.4Ghz band is allowed.
180 * 5Ghz band is allowed.
182 * for this regulatory domain (valid only in 5Ghz).
184 * for this regulatory domain (valid only in 5Ghz).
188 * for this regulatory domain (valid only in 5Ghz).
194 REG_CAPA_BF_CCD_HIGH_BAND = BIT(1),
210 * 2.4Ghz band is allowed.
212 * 5Ghz band is allowed.
214 * for this regulatory domain (valid only in 5Ghz).
216 * for this regulatory domain (valid only in 5Ghz).
222 * for this regulatory domain (uvalid only in 5Ghz).
227 REG_CAPA_V2_BF_CCD_LOW_BAND = BIT(1),
249 * for this regulatory domain (valid only in 5Ghz).
251 * for this regulatory domain (valid only in 5Ghz).
253 * for this regulatory domain (valid only in 5Ghz).
386 /* workaround to disable wide channels in 5GHz */ in iwl_init_channel_map()
477 num_rx_ants = 1; in iwl_init_vht_hw_capab()
478 num_tx_ants = 1; in iwl_init_vht_hw_capab()
481 if (num_tx_ants > 1) in iwl_init_vht_hw_capab()
499 WARN(1, "RB size of 2K is not supported by this device\n"); in iwl_init_vht_hw_capab()
524 if (num_rx_ants == 1 || cfg->rx_with_siso_diversity) { in iwl_init_vht_hw_capab()
546 .mac_cap_info[1] =
567 .phy_cap_info[1] =
630 .mac_cap_info[1] =
638 .phy_cap_info[1] =
695 /* grab HT/VHT capabilities and calculate HE 6 GHz capabilities */ in iwl_init_he_6ghz_capa()
759 /* If not 2x2, we need to indicate 1x1 in the in iwl_nvm_fixup_sband_iftd()
762 iftype_data->he_cap.he_cap_elem.phy_cap_info[1] &= in iwl_nvm_fixup_sband_iftd()
811 WARN_ON(1); in iwl_init_he_hw_capab()
870 /* 6GHz band. */ in iwl_init_sbands()
873 /* use the same rates as 5GHz band */ in iwl_init_sbands()
956 dest[1] = hw_addr[2]; in iwl_flip_hw_address()
957 dest[2] = hw_addr[1]; in iwl_flip_hw_address()
961 dest[4] = hw_addr[1]; in iwl_flip_hw_address()
1047 data->hw_addr[0] = hw_addr[1]; in iwl_set_hw_address()
1048 data->hw_addr[1] = hw_addr[0]; in iwl_set_hw_address()
1075 * 5GHz. To check for Indonesia, we take the SKU value from in iwl_nvm_no_wide_in_5ghz()
1076 * bits 1-4 in the subsystem ID and check if it is either 5 or in iwl_nvm_no_wide_in_5ghz()
1078 * in 5GHz otherwise the FW will throw a sysassert when we try in iwl_nvm_no_wide_in_5ghz()
1087 u8 sku = (subsystem_id & 0x1e) >> 1; in iwl_nvm_no_wide_in_5ghz()
1091 "disabling wide channels in 5GHz (0x%0x %d)\n", in iwl_nvm_no_wide_in_5ghz()
1166 data->xtal_calib[1] = *(nvm_calib + XTAL_CALIB + 1); in iwl_parse_nvm_data()
1324 regd->alpha2[1] = fw_mcc & 0xff; in iwl_parse_nvm_mcc_info()
1353 rule = &regd->reg_rules[valid_rules - 1]; in iwl_parse_nvm_mcc_info()
1394 valid_rules = 1; in iwl_parse_nvm_mcc_info()
1395 rule = &regd->reg_rules[valid_rules - 1]; in iwl_parse_nvm_mcc_info()
1398 rule->freq_range.max_bandwidth_khz = MHZ_TO_KHZ(1); in iwl_parse_nvm_mcc_info()
1433 /* OTP 0x52 bug work around: it's a 1x1 device */ in iwl_nvm_fixups()
1443 * 1. create hex file, format:
1520 * dword[1] = 0x4E564D2A in iwl_read_external_nvm()
1526 dword_buff[1] == cpu_to_le32(NVM_HEADER_1)) { in iwl_read_external_nvm()