Searched refs:ucode_type (Results 1 – 8 of 8) sorted by relevance
50 iwl_get_ucode_image(struct iwl_priv *priv, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument52 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() argument333 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()
170 enum iwl_ucode_type ucode_type);
90 iwl_get_ucode_image(struct iwl_mvm *mvm, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument92 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() argument521 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() local640 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()[all …]
280 __le32 ucode_type; member431 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local432 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()
955 enum ucode_type { enum1219 enum ucode_type ucode_type; member
357 il->ucode_type = UCODE_RT; in il4965_load_bsm()
350 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
5109 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()