Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dnvm.c220 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()
227 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
239 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
240 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()
282 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()
286 for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { in iwl_mvm_load_nvm_to_nic()
287 if (!mvm->nvm_sections[i].data || !mvm->nvm_sections[i].length) in iwl_mvm_load_nvm_to_nic()
336 mvm->nvm_sections[section].data = temp; in iwl_nvm_init()
337 mvm->nvm_sections[section].length = ret; in iwl_nvm_init()
379 mvm->nvm_sections); in iwl_nvm_init()
[all …]
A Dfw.c525 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
A Dmvm.h846 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
A Dops.c1442 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-nvm-parse.h72 struct iwl_nvm_section *nvm_sections);
A Diwl-nvm-parse.c1728 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() argument
1870 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1871 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1872 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()

Completed in 19 milliseconds