Home
last modified time | relevance | path

Searched refs:nvm_sections (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c277 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()
284 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
285 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()
296 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
297 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()
303 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()
304 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()
312 !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()
339 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()
343 for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { in iwl_mvm_load_nvm_to_nic()
[all …]
Dops.c930 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
Dfw.c516 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
Dmvm.h882 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.h126 struct iwl_nvm_section *nvm_sections);
Diwl-nvm-parse.c1364 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() argument
1506 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1507 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1508 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()