Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Dimg.h320 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument
322 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image()
325 return &fw->img[ucode_type]; in iwl_get_ucode_image()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c297 enum iwl_ucode_type ucode_type) in iwl_load_ucode_wait_alive() argument
306 fw = iwl_get_ucode_image(priv->fw, ucode_type); in iwl_load_ucode_wait_alive()
311 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive()
344 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
Dagn.h165 enum iwl_ucode_type ucode_type);
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw.c308 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument
317 ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm); in iwl_mvm_load_ucode_wait_alive()
319 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive()
325 fw = iwl_get_ucode_image(mvm->fw, ucode_type); in iwl_mvm_load_ucode_wait_alive()
328 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive()
515 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local
524 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd()
526 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dpsp_v10_0.c328 enum AMDGPU_UCODE_ID ucode_type) in psp_v10_0_compare_sram_data() argument
339 &fw_sram_data_reg_offset, ucode_type); in psp_v10_0_compare_sram_data()
Dpsp_v12_0.c482 enum AMDGPU_UCODE_ID ucode_type) in psp_v12_0_compare_sram_data() argument
493 &fw_sram_data_reg_offset, ucode_type); in psp_v12_0_compare_sram_data()
Dpsp_v3_1.c560 enum AMDGPU_UCODE_ID ucode_type) in psp_v3_1_compare_sram_data() argument
571 &fw_sram_data_reg_offset, ucode_type); in psp_v3_1_compare_sram_data()
Damdgpu_psp.h97 enum AMDGPU_UCODE_ID ucode_type);
Damdgpu_psp.c1343 enum AMDGPU_UCODE_ID ucode_type) in psp_check_fw_loading_status() argument
1350 ucode = &adev->firmware.ucode[ucode_type]; in psp_check_fw_loading_status()
1354 return psp_compare_sram_data(&adev->psp, ucode, ucode_type); in psp_check_fw_loading_status()
Dpsp_v11_0.c655 enum AMDGPU_UCODE_ID ucode_type) in psp_v11_0_compare_sram_data() argument
666 &fw_sram_data_reg_offset, ucode_type); in psp_v11_0_compare_sram_data()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c284 __le32 ucode_type; member
440 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local
441 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib()
443 ucode_type); in iwl_set_default_calib()
446 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib()
448 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
Dcommon.h941 enum ucode_type { enum
1205 enum ucode_type ucode_type; member
D4965.c342 il->ucode_type = UCODE_RT; in il4965_load_bsm()
Ddebug.c319 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
D4965-mac.c5085 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log()
5092 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()