Lines Matching full:regulatory

45 	/* NVM REGULATORY -Section offset (in words) definitions */
61 /* NVM REGULATORY -Section offset (in words) definitions */
176 * enum iwl_reg_capa_flags - global flags applied for the whole regulatory
183 * for this regulatory domain (valid only in 5Ghz).
185 * for this regulatory domain (valid only in 5Ghz).
189 * for this regulatory domain (valid only in 5Ghz).
191 * @REG_CAPA_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
206 * enum iwl_reg_capa_flags_v2 - global flags applied for the whole regulatory
215 * for this regulatory domain (valid only in 5Ghz).
217 * for this regulatory domain (valid only in 5Ghz).
223 * for this regulatory domain (uvalid only in 5Ghz).
224 * @REG_CAPA_V2_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
246 * struct iwl_reg_capa - struct for global regulatory capabilities, Used for
250 * for this regulatory domain (valid only in 5Ghz).
252 * for this regulatory domain (valid only in 5Ghz).
254 * for this regulatory domain (valid only in 5Ghz).
255 * @disable_11ax: 11ax is forbidden for this regulatory domain.
419 /* Initialize regulatory-based run-time data */ in iwl_init_channel_map()
1095 * Workaround a bug in Indonesia SKUs where the regulatory in in iwl_nvm_no_wide_in_5ghz()
1186 const __le16 *nvm_calib, const __le16 *regulatory, in iwl_parse_nvm_data() argument
1243 &regulatory[NVM_CHANNELS_SDP] : in iwl_parse_nvm_data()
1255 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_parse_nvm_data()
1259 ch_section = &regulatory[NVM_CHANNELS_EXTENDED]; in iwl_parse_nvm_data()
1325 * reg_capa is per regulatory domain so apply it for every channel in iwl_nvm_get_regdom_bw_flags()
1412 /* parse regulatory capability flags */ in iwl_parse_nvm_mcc_info()
1493 * Narrow down regdom for unused regulatory rules to prevent hole in iwl_parse_nvm_mcc_info()
1720 * regulatory. So we can just access the new struct, with the in iwl_get_nvm()
1791 if (le32_to_cpu(rsp->regulatory.lar_enabled) && in iwl_get_nvm()
1799 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile : in iwl_get_nvm()
1800 (void *)rsp_v3->regulatory.channel_profile; in iwl_get_nvm()