Searched refs:ucode_type (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
H A Dfw.c89 iwl_get_ucode_image(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) argument
91 if (ucode_type >= IWL_UCODE_TYPE_MAX)
94 return &mvm->fw->img[ucode_type];
179 enum iwl_ucode_type ucode_type)
189 fw = iwl_get_ucode_image(mvm, ucode_type);
192 mvm->cur_ucode = ucode_type;
199 ret = iwl_trans_start_fw(mvm->trans, fw, ucode_type == IWL_UCODE_INIT);
260 enum iwl_ucode_type ucode_type = mvm->cur_ucode; local
265 mvm->fw->default_calib[ucode_type].event_trigger;
267 mvm->fw->default_calib[ucode_type]
178 iwl_mvm_load_ucode_wait_alive(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) argument
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Ducode.c49 iwl_get_ucode_image(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) argument
51 if (ucode_type >= IWL_UCODE_TYPE_MAX)
54 return &priv->fw->img[ucode_type];
323 enum iwl_ucode_type ucode_type)
332 fw = iwl_get_ucode_image(priv, ucode_type);
337 priv->cur_ucode = ucode_type;
370 if (ucode_type != IWL_UCODE_WOWLAN) {
322 iwl_load_ucode_wait_alive(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) argument
H A Dagn.h171 enum iwl_ucode_type ucode_type);
/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c291 * @ucode_type: the uCode to which the following default calib relates.
295 __le32 ucode_type; member in struct:iwl_tlv_calib_data
415 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); local
416 if (ucode_type >= IWL_UCODE_TYPE_MAX) {
417 IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n",
418 ucode_type);
421 drv->fw.default_calib[ucode_type].flow_trigger =
423 drv->fw.default_calib[ucode_type].event_trigger =
/drivers/net/wireless/iwlegacy/
H A Dcommon.h955 enum ucode_type { enum
1219 enum ucode_type ucode_type; member in struct:il_priv
H A D4965.c357 il->ucode_type = UCODE_RT;
H A Ddebug.c350 if (il->ucode_type == UCODE_INIT)
H A D4965-mac.c5108 if (il->ucode_type == UCODE_INIT)
5115 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT");

Completed in 75 milliseconds