Searched refs:nvm_type (Results 1 – 6 of 6) sorted by relevance
227 if (mvm->trans->cfg->nvm_type == IWL_NVM) { in iwl_parse_nvm_sections()234 if (mvm->trans->cfg->nvm_type == IWL_NVM_SDP) in iwl_parse_nvm_sections()255 if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT && in iwl_parse_nvm_sections()270 regulatory = mvm->trans->cfg->nvm_type == IWL_NVM_SDP ? in iwl_parse_nvm_sections()572 if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT) { in iwl_mvm_init_mcc()
1442 if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT) in iwl_mvm_is_lar_supported()
22 .nvm_type = IWL_NVM_EXT
79 .nvm_type = IWL_NVM_EXT, \
372 } else if (cfg->nvm_type == IWL_NVM_EXT) { in iwl_init_channel_map()1239 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_sku()1247 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_nvm_version()1257 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_radio_cfg()1268 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_n_hw_addrs()1280 if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_set_radio_cfg()1391 } else if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_set_hw_address()1531 else if (cfg->nvm_type != IWL_NVM_EXT) in iwl_parse_nvm_data()1559 if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_parse_nvm_data()1568 ch_section = cfg->nvm_type == IWL_NVM_SDP ? in iwl_parse_nvm_data()[all …]
437 enum iwl_nvm_type nvm_type; member