Searched refs:nvm_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_config.h129 * @nvm_type: see &enum iwl_nvm_type
141 enum iwm_nvm_type nvm_type; member in struct:iwm_cfg
H A Dif_iwm_7000.c120 .nvm_type = IWM_NVM_SDP,
H A Dif_iwm.c2217 memcpy(data->nvm_ch_flags, sc->cfg->nvm_type == IWM_NVM_SDP ?
2278 regulatory = sc->cfg->nvm_type == IWM_NVM_SDP ?
/freebsd-current/sys/contrib/dev/iwlwifi/cfg/
H A D9000.c93 .nvm_type = IWL_NVM_EXT, \
H A Dsc.c83 .nvm_type = IWL_NVM_EXT, \
H A D8000.c95 .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,
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c228 if (mvm->trans->cfg->nvm_type == IWL_NVM) {
235 if (mvm->trans->cfg->nvm_type == IWL_NVM_SDP)
256 if (mvm->trans->cfg->nvm_type == IWL_NVM_EXT &&
271 regulatory = mvm->trans->cfg->nvm_type == IWL_NVM_SDP ?
552 if (mvm->cfg->nvm_type == IWL_NVM_EXT) {
H A Dmvm.h1396 if (mvm->cfg->nvm_type == IWL_NVM_EXT)
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c398 } else if (cfg->nvm_type == IWL_NVM_EXT) {
1153 if (cfg->nvm_type != IWL_NVM_EXT)
1161 if (cfg->nvm_type != IWL_NVM_EXT)
1171 if (cfg->nvm_type != IWL_NVM_EXT)
1182 if (cfg->nvm_type != IWL_NVM_EXT)
1194 if (cfg->nvm_type != IWL_NVM_EXT) {
1304 } else if (cfg->nvm_type != IWL_NVM_EXT) {
1447 else if (cfg->nvm_type != IWL_NVM_EXT)
1479 if (cfg->nvm_type != IWL_NVM_EXT) {
1488 ch_section = cfg->nvm_type
[all...]
H A Diwl-config.h344 * @nvm_type: see &enum iwl_nvm_type
374 enum iwl_nvm_type nvm_type; member in struct:iwl_cfg

Completed in 686 milliseconds