Lines Matching +full:1 +full:ghz

91 	RADIO_CFG = 1,
106 MAC_ADDRESS_OVERRIDE_EXT_NVM = 1,
124 NVM_SKU_CAP_BAND_52GHZ = BIT(1),
134 /* 2.4 GHz */
135 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
136 /* 5 GHz */
143 /* 2.4 GHz */
144 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
145 /* 5 GHz */
152 /* 2.4 GHz */
153 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
154 /* 5 GHz */
158 /* 6-7 GHz */
159 1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69,
175 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
176 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
214 NVM_CHANNEL_IBSS = BIT(1),
231 * 2.4Ghz band is allowed.
233 * 5Ghz band is allowed.
235 * for this regulatory domain (valid only in 5Ghz).
237 * for this regulatory domain (valid only in 5Ghz).
241 * for this regulatory domain (valid only in 5Ghz).
247 REG_CAPA_BF_CCD_HIGH_BAND = BIT(1),
263 * 2.4Ghz band is allowed.
265 * 5Ghz band is allowed.
267 * for this regulatory domain (valid only in 5Ghz).
269 * for this regulatory domain (valid only in 5Ghz).
275 * for this regulatory domain (uvalid only in 5Ghz).
280 REG_CAPA_V2_BF_CCD_LOW_BAND = BIT(1),
302 * for this regulatory domain (valid only in 5Ghz).
304 * for this regulatory domain (valid only in 5Ghz).
306 * for this regulatory domain (valid only in 5Ghz).
435 /* workaround to disable wide channels in 5GHz */ in iwl_init_channel_map()
523 num_rx_ants = 1; in iwl_init_vht_hw_capab()
524 num_tx_ants = 1; in iwl_init_vht_hw_capab()
527 if (num_tx_ants > 1) in iwl_init_vht_hw_capab()
545 WARN(1, "RB size of 2K is not supported by this device\n"); in iwl_init_vht_hw_capab()
570 if (num_rx_ants == 1 || cfg->rx_with_siso_diversity) { in iwl_init_vht_hw_capab()
592 .mac_cap_info[1] =
613 .phy_cap_info[1] =
676 .mac_cap_info[1] =
692 .phy_cap_info[1] =
754 /* If not 2x2, we need to indicate 1x1 in the Midamble RX Max NSTS */ in iwl_init_he_hw_capab()
759 iwl_he_capa[i].he_cap.he_cap_elem.phy_cap_info[1] &= in iwl_init_he_hw_capab()
881 dest[1] = hw_addr[2]; in iwl_flip_hw_address()
882 dest[2] = hw_addr[1]; in iwl_flip_hw_address()
886 dest[4] = hw_addr[1]; in iwl_flip_hw_address()
970 data->hw_addr[0] = hw_addr[1]; in iwl_set_hw_address()
971 data->hw_addr[1] = hw_addr[0]; in iwl_set_hw_address()
998 * 5GHz. To check for Indonesia, we take the SKU value from in iwl_nvm_no_wide_in_5ghz()
999 * bits 1-4 in the subsystem ID and check if it is either 5 or in iwl_nvm_no_wide_in_5ghz()
1001 * in 5GHz otherwise the FW will throw a sysassert when we try in iwl_nvm_no_wide_in_5ghz()
1010 u8 sku = (subsystem_id & 0x1e) >> 1; in iwl_nvm_no_wide_in_5ghz()
1014 "disabling wide channels in 5GHz (0x%0x %d)\n", in iwl_nvm_no_wide_in_5ghz()
1089 data->xtal_calib[1] = *(nvm_calib + XTAL_CALIB + 1); in iwl_parse_nvm_data()
1247 regd->alpha2[1] = fw_mcc & 0xff; in iwl_parse_nvm_mcc_info()
1276 rule = &regd->reg_rules[valid_rules - 1]; in iwl_parse_nvm_mcc_info()
1337 /* OTP 0x52 bug work around: it's a 1x1 device */ in iwl_nvm_fixups()
1347 * 1. create hex file, format:
1424 * dword[1] = 0x4E564D2A in iwl_read_external_nvm()
1430 dword_buff[1] == cpu_to_le32(NVM_HEADER_1)) { in iwl_read_external_nvm()