Home
last modified time | relevance | path

Searched refs:nvm_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c398 } else if (cfg->nvm_type == IWL_NVM_EXT) { in iwl_init_channel_map()
1153 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_sku()
1161 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_nvm_version()
1171 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_radio_cfg()
1182 if (cfg->nvm_type != IWL_NVM_EXT) in iwl_get_n_hw_addrs()
1194 if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_set_radio_cfg()
1304 } else if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_set_hw_address()
1442 else if (cfg->nvm_type != IWL_NVM_EXT) in iwl_parse_nvm_data()
1474 if (cfg->nvm_type != IWL_NVM_EXT) { in iwl_parse_nvm_data()
1483 ch_section = cfg->nvm_type == IWL_NVM_SDP ? in iwl_parse_nvm_data()
[all …]
H A Diwl-config.h371 enum iwl_nvm_type nvm_type; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c226 if (mvm->trans->cfg->nvm_type == IWL_NVM) { in iwl_parse_nvm_sections()
233 if (mvm->trans->cfg->nvm_type == IWL_NVM_SDP) in iwl_parse_nvm_sections()
254 if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT && in iwl_parse_nvm_sections()
269 regulatory = mvm->trans->cfg->nvm_type == IWL_NVM_SDP ? in iwl_parse_nvm_sections()
550 if (mvm->cfg->nvm_type == IWL_NVM_EXT) { in iwl_mvm_init_mcc()
H A Dmvm.h1389 if (mvm->cfg->nvm_type == IWL_NVM_EXT) in iwl_mvm_is_lar_supported()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D8000.c95 .nvm_type = IWL_NVM_EXT, \
H A Dsc.c83 .nvm_type = IWL_NVM_EXT, \
H A D9000.c93 .nvm_type = IWL_NVM_EXT, \
H A Dbz.c86 .nvm_type = IWL_NVM_EXT, \
H A Dax210.c101 .nvm_type = IWL_NVM_EXT, \
H A D22000.c89 .nvm_type = IWL_NVM_EXT, \
H A D7000.c231 .nvm_type = IWL_NVM_SDP,