Searched refs:nvm_sections (Results 1 – 4 of 4) sorted by relevance
219 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()228 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()229 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()240 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()241 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()247 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()248 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()256 !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()289 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()293 for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { in iwl_mvm_load_nvm_to_nic()[all …]
675 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
1646 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
72 struct iwl_nvm_section *nvm_sections);