Lines Matching full:regulatory
100 /* NVM REGULATORY -Section offset (in words) definitions */
114 /* NVM REGULATORY -Section offset (in words) definitions */
228 * enum iwl_reg_capa_flags - global flags applied for the whole regulatory
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).
243 * @REG_CAPA_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
258 * enum iwl_reg_capa_flags_v2 - global flags applied for the whole regulatory
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).
276 * @REG_CAPA_V2_11AX_DISABLED: 11ax is forbidden for this regulatory domain.
298 * struct iwl_reg_capa - struct for global regulatory capabilities, Used for
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).
307 * @disable_11ax: 11ax is forbidden for this regulatory domain.
467 /* Initialize regulatory-based run-time data */ in iwl_init_channel_map()
995 * Workaround a bug in Indonesia SKUs where the regulatory in in iwl_nvm_no_wide_in_5ghz()
1026 const __le16 *nvm_calib, const __le16 *regulatory, in iwl_parse_nvm_data() argument
1083 ®ulatory[NVM_CHANNELS_SDP] : in iwl_parse_nvm_data()
1095 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_parse_nvm_data()
1099 ch_section = ®ulatory[NVM_CHANNELS_EXTENDED]; in iwl_parse_nvm_data()
1165 * reg_capa is per regulatory domain so apply it for every channel in iwl_nvm_get_regdom_bw_flags()
1248 /* parse regulatory capability flags */ in iwl_parse_nvm_mcc_info()
1310 * Narrow down regdom for unused regulatory rules to prevent hole in iwl_parse_nvm_mcc_info()
1537 * regulatory. So we can just access the new struct, with the in iwl_get_nvm()
1608 if (le32_to_cpu(rsp->regulatory.lar_enabled) && in iwl_get_nvm()
1616 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile : in iwl_get_nvm()
1617 (void *)rsp_v3->regulatory.channel_profile; in iwl_get_nvm()