Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/fw/
A Dimg.h265 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
267 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
270 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/drivers/net/wireless/intel/iwlwifi/dvm/
A Ducode.c293 enum iwl_ucode_type ucode_type) in iwl_load_ucode_wait_alive() argument
302 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
309 ret = iwl_trans_start_fw(priv->trans, priv->fw, ucode_type, false); in iwl_load_ucode_wait_alive()
335 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
A Dagn.h112 enum iwl_ucode_type ucode_type);
/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_ucode.c120 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument
124 switch (ucode_type) { in get_ucode_type_str()
136 static int get_ucode_type(struct otx_cpt_ucode_hdr *ucode_hdr, int *ucode_type) in get_ucode_type() argument
155 *ucode_type = val; in get_ucode_type()
289 int ucode_type, ucode_size; in process_tar_file() local
305 if (get_ucode_type(ucode_hdr, &ucode_type)) in process_tar_file()
330 tar_info->ucode.type = ucode_type; in process_tar_file()
355 int ucode_type) in get_uc_from_tar_archive() argument
360 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_uc_from_tar_archive()
368 switch (ucode_type) { in get_uc_from_tar_archive()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dfw.c296 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
304 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
308 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
312 ucode_type = IWL_UCODE_REGULAR_USNIFFER; in iwl_mvm_load_ucode_wait_alive()
313 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()
325 ret = iwl_trans_start_fw(mvm->trans, mvm->fw, ucode_type, in iwl_mvm_load_ucode_wait_alive()
547 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local
572 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
574 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_ucode.c99 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument
103 switch (ucode_type) { in get_ucode_type_str()
125 int *ucode_type, u16 rid) in get_ucode_type() argument
153 *ucode_type = val; in get_ucode_type()
371 int ucode_type, ucode_size; in load_fw() local
383 ret = get_ucode_type(dev, ucode_hdr, &ucode_type, rid); in load_fw()
399 uc_info->ucode.type = ucode_type; in load_fw()
427 int ucode_type) in get_ucode() argument
432 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_ucode()
/drivers/net/wireless/intel/iwlwifi/
A Diwl-drv.c396 __le32 ucode_type; member
515 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
516 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
518 ucode_type); in iwl_set_default_calib()
521 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
523 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
A Diwl-trans.c596 enum iwl_ucode_type ucode_type, bool run_in_rfkill) in iwl_trans_start_fw() argument
603 img = iwl_get_ucode_image(fw, ucode_type); in iwl_trans_start_fw()
A Diwl-trans.h955 enum iwl_ucode_type ucode_type, bool run_in_rfkill);
/drivers/net/wireless/intel/iwlegacy/
A Dcommon.h950 enum ucode_type { enum
1214 enum ucode_type ucode_type; member
A D4965.c343 il->ucode_type = UCODE_RT; in il4965_load_bsm()
A Ddebug.c319 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
A D4965-mac.c5077 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log()
5084 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()

Completed in 55 milliseconds