Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.h259 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
261 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
264 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ducode.c292 enum iwl_ucode_type ucode_type) in iwl_load_ucode_wait_alive() argument
301 fw = iwl_get_ucode_image(priv->fw, ucode_type); in iwl_load_ucode_wait_alive()
306 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
339 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
H A Dagn.h112 enum iwl_ucode_type ucode_type);
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c119 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument
123 switch (ucode_type) { in get_ucode_type_str()
135 static int get_ucode_type(struct otx_cpt_ucode_hdr *ucode_hdr, int *ucode_type) in get_ucode_type() argument
154 *ucode_type = val; in get_ucode_type()
288 int ucode_type, ucode_size; in process_tar_file() local
304 if (get_ucode_type(ucode_hdr, &ucode_type)) in process_tar_file()
329 tar_info->ucode.type = ucode_type; in process_tar_file()
354 int ucode_type) in get_uc_from_tar_archive() argument
359 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_uc_from_tar_archive()
367 switch (ucode_type) { in get_uc_from_tar_archive()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c94 static char *get_ucode_type_str(int ucode_type) in get_ucode_type_str() argument
98 switch (ucode_type) { in get_ucode_type_str()
120 int *ucode_type) in get_ucode_type() argument
150 *ucode_type = val; in get_ucode_type()
366 int ucode_type, ucode_size; in load_fw() local
378 ret = get_ucode_type(dev, ucode_hdr, &ucode_type); in load_fw()
393 uc_info->ucode.type = ucode_type; in load_fw()
421 int ucode_type) in get_ucode() argument
426 if (!is_eng_type(curr->ucode.type, ucode_type)) in get_ucode()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c304 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
313 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
317 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
323 fw = iwl_get_ucode_image(mvm->fw, ucode_type); in iwl_mvm_load_ucode_wait_alive()
326 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()
525 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local
550 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
552 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c289 * @ucode_type: the uCode to which the following default calib relates.
293 __le32 ucode_type; member
426 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
427 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
428 IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n", in iwl_set_default_calib()
429 ucode_type); in iwl_set_default_calib()
432 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
434 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h950 enum ucode_type { enum
1214 enum ucode_type ucode_type; member
H A D4965.c343 il->ucode_type = UCODE_RT; in il4965_load_bsm()
H A Ddebug.c319 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
H A D4965-mac.c5080 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log()
5087 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()