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->trans->mac_cfg->base->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->trans->mac_cfg->base->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()291 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()295 for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { in iwl_mvm_load_nvm_to_nic()[all …]
658 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
1672 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
1088 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
80 struct iwl_nvm_section *nvm_sections);
1915 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() argument2057 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()2058 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()2059 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
2321 struct iwm_nvm_section nvm_sections[IWM_NVM_NUM_OF_SECTIONS]; in iwm_nvm_init() local2327 memset(nvm_sections, 0, sizeof(nvm_sections)); in iwm_nvm_init()2353 nvm_sections[section].data = temp; in iwm_nvm_init()2354 nvm_sections[section].length = len; in iwm_nvm_init()2360 sc->nvm_data = iwm_parse_nvm_sections(sc, nvm_sections); in iwm_nvm_init()2367 if (nvm_sections[i].data != NULL) in iwm_nvm_init()2368 free(nvm_sections[i].data, M_DEVBUF); in iwm_nvm_init()