Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c221 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...]
H A Dfw.c674 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
H A Dops.c1602 kfree(mvm->nvm_sections[i].data); in iwl_mvm_rx_common()
H A Dmvm.h1073 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS];
925 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; global() member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.h68 * iwl_read_external_nvm - Reads external NVM from a file into nvm_sections
72 struct iwl_nvm_section *nvm_sections);
H A Diwl-nvm-parse.c1893 * 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
/freebsd/sys/dev/iwm/
H A Dif_iwm.c2292 struct iwm_nvm_section nvm_sections[IWM_NVM_NUM_OF_SECTIONS]; in iwm_nvm_init() local
2298 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()