Searched refs:nvm_sections (Results 1 – 7 of 7) sorted by relevance
221 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() 230 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections() 231 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections() 242 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections() 243 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections() 249 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections() 250 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections() 258 !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections() 287 /* Loads the NVM data stored in mvm->nvm_sections into the NIC */ in iwl_mvm_load_nvm_to_nic() 291 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() [all...]
674 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
1602 kfree(mvm->nvm_sections[i].data); in iwl_mvm_rx_common()
1073 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS];925 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; global() member
68 * iwl_read_external_nvm - Reads external NVM from a file into nvm_sections72 struct iwl_nvm_section *nvm_sections);
1893 * Reads external NVM from a file into mvm->nvm_sections in iwl_read_external_nvm() 1915 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() 2057 kfree(nvm_sections[section_id].data); in iwl_get_nvm() 2058 nvm_sections[section_id].data = temp; in iwl_get_nvm() 2059 nvm_sections[section_id].length = section_size; in iwl_get_nvm() 1807 iwl_read_external_nvm(struct iwl_trans * trans,const char * nvm_file_name,struct iwl_nvm_section * nvm_sections) iwl_read_external_nvm() argument
2292 struct iwm_nvm_section nvm_sections[IWM_NVM_NUM_OF_SECTIONS]; in iwm_nvm_init() local2298 memset(nvm_sections, 0, sizeof(nvm_sections)); in iwm_nvm_init()2324 nvm_sections[section].data = temp; in iwm_nvm_init()2325 nvm_sections[section].length = len; in iwm_nvm_init()2331 sc->nvm_data = iwm_parse_nvm_sections(sc, nvm_sections); in iwm_nvm_init()2338 if (nvm_sections[i].data != NULL) in iwm_nvm_init()2339 free(nvm_sections[i].data, M_DEVBUF); in iwm_nvm_init()