Lines Matching full:regulatory

41 	/* NVM REGULATORY -Section offset (in words) definitions */
58 /* NVM REGULATORY -Section offset (in words) definitions */
179 * enum iwl_reg_capa_flags_v1 - global flags applied for the whole regulatory
186 * for this regulatory domain (valid only in 5Ghz).
188 * for this regulatory domain (valid only in 5Ghz).
192 * for this regulatory domain (valid only in 5Ghz).
194 * @REG_CAPA_V1_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
209 * enum iwl_reg_capa_flags_v2 - global flags applied for the whole regulatory
218 * for this regulatory domain (valid only in 5Ghz).
220 * for this regulatory domain (valid only in 5Ghz).
226 * for this regulatory domain (uvalid only in 5Ghz).
227 * @REG_CAPA_V2_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
243 * enum iwl_reg_capa_flags_v4 - global flags applied for the whole regulatory
246 * for this regulatory domain (valid only in 5Ghz).
248 * for this regulatory domain (valid only in 5Ghz).
251 * @REG_CAPA_V4_11BE_DISABLED: 11be is forbidden for this regulatory domain.
252 * @REG_CAPA_V4_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
254 * for this regulatory domain (valid only in 5GHz).
278 * struct iwl_reg_capa - struct for global regulatory capabilities, Used for
282 * for this regulatory domain.
284 * for this regulatory domain (valid only in 5 and 6 Ghz).
286 * for this regulatory domain (valid only in 5 and 6 Ghz).
288 * for this regulatory domain (valid only in 6 Ghz).
289 * @disable_11ax: 11ax is forbidden for this regulatory domain.
290 * @disable_11be: 11be is forbidden for this regulatory domain.
469 /* Initialize regulatory-based run-time data */ in iwl_init_channel_map()
1423 * Workaround a bug in Indonesia SKUs where the regulatory in in iwl_nvm_no_wide_in_5ghz()
1518 const __le16 *nvm_calib, const __le16 *regulatory, in iwl_parse_nvm_data() argument
1575 &regulatory[NVM_CHANNELS_SDP] : in iwl_parse_nvm_data()
1584 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_parse_nvm_data()
1588 ch_section = &regulatory[NVM_CHANNELS_EXTENDED]; in iwl_parse_nvm_data()
1675 * reg_capa is per regulatory domain so apply it for every channel in iwl_nvm_get_regdom_bw_flags()
1775 /* parse regulatory capability flags */ in iwl_parse_nvm_mcc_info()
1858 * Narrow down regdom for unused regulatory rules to prevent hole in iwl_parse_nvm_mcc_info()
2089 * regulatory. So we can just access the new struct, with the in iwl_get_nvm()
2162 if (le32_to_cpu(rsp->regulatory.lar_enabled) && in iwl_get_nvm()
2170 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile : in iwl_get_nvm()
2171 (void *)rsp_v3->regulatory.channel_profile; in iwl_get_nvm()