Searched refs:nvm_sections (Results 1 – 3 of 3) sorted by relevance
267 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()274 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()275 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()281 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()282 !mvm->nvm_sections[NVM_SECTION_TYPE_REGULATORY].data) { in iwl_parse_nvm_sections()288 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()289 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()296 if (!mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()491 mvm->nvm_sections[section_id].data = temp; in iwl_mvm_read_external_nvm()492 mvm->nvm_sections[section_id].length = section_size; in iwl_mvm_read_external_nvm()[all …]
632 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
633 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member