Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/dvm/
Ducode.c50 iwl_get_ucode_image(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
52 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
55 return &priv->fw->img[ucode_type]; in iwl_get_ucode_image()
324 enum iwl_ucode_type ucode_type) in iwl_load_ucode_wait_alive() argument
333 fw = iwl_get_ucode_image(priv, ucode_type); in iwl_load_ucode_wait_alive()
338 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
371 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
Dagn.h170 enum iwl_ucode_type ucode_type);
/drivers/net/wireless/iwlwifi/mvm/
Dfw.c90 iwl_get_ucode_image(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
92 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
95 return &mvm->fw->img[ucode_type]; in iwl_get_ucode_image()
511 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
521 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
525 fw = iwl_get_ucode_image(mvm, ucode_type); in iwl_mvm_load_ucode_wait_alive()
528 mvm->cur_ucode = ucode_type; in iwl_mvm_load_ucode_wait_alive()
535 ret = iwl_trans_start_fw(mvm->trans, fw, ucode_type == IWL_UCODE_INIT); in iwl_mvm_load_ucode_wait_alive()
635 enum iwl_ucode_type ucode_type = mvm->cur_ucode; in iwl_send_phy_cfg_cmd() local
640 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
[all …]
/drivers/net/wireless/iwlwifi/
Diwl-drv.c280 __le32 ucode_type; member
431 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
432 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
434 ucode_type); in iwl_set_default_calib()
437 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
439 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
/drivers/net/wireless/iwlegacy/
Dcommon.h955 enum ucode_type { enum
1219 enum ucode_type ucode_type; member
D4965.c357 il->ucode_type = UCODE_RT; in il4965_load_bsm()
Ddebug.c350 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
D4965-mac.c5109 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log()
5116 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()