Searched refs:ucode_type (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | img.h | 297 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type) in iwl_get_ucode_image() argument 299 if (ucode_type >= IWL_UCODE_TYPE_MAX) in iwl_get_ucode_image() 302 return &fw->img[ucode_type]; in iwl_get_ucode_image()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | ucode.c | 315 enum iwl_ucode_type ucode_type) in iwl_load_ucode_wait_alive() argument 324 fw = iwl_get_ucode_image(priv->fw, ucode_type); in iwl_load_ucode_wait_alive() 329 priv->cur_ucode = ucode_type; in iwl_load_ucode_wait_alive() 362 if (ucode_type != IWL_UCODE_WOWLAN) { in iwl_load_ucode_wait_alive()
|
D | agn.h | 170 enum iwl_ucode_type ucode_type);
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | fw.c | 298 enum iwl_ucode_type ucode_type) in iwl_mvm_load_ucode_wait_alive() argument 307 if (ucode_type == IWL_UCODE_REGULAR && in iwl_mvm_load_ucode_wait_alive() 313 fw = iwl_get_ucode_image(mvm->fw, ucode_type); in iwl_mvm_load_ucode_wait_alive() 316 iwl_fw_set_current_image(&mvm->fwrt, ucode_type); in iwl_mvm_load_ucode_wait_alive() 323 ret = iwl_trans_start_fw(mvm->trans, fw, ucode_type == IWL_UCODE_INIT); in iwl_mvm_load_ucode_wait_alive() 472 enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img; in iwl_send_phy_cfg_cmd() local 481 mvm->fw->default_calib[ucode_type].event_trigger; in iwl_send_phy_cfg_cmd() 483 mvm->fw->default_calib[ucode_type].flow_trigger; in iwl_send_phy_cfg_cmd()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_psp.c | 521 enum AMDGPU_UCODE_ID ucode_type) in psp_check_fw_loading_status() argument 533 ucode = &adev->firmware.ucode[ucode_type]; in psp_check_fw_loading_status() 537 return psp_compare_sram_data(&adev->psp, ucode, ucode_type); in psp_check_fw_loading_status()
|
D | psp_v10_0.c | 405 enum AMDGPU_UCODE_ID ucode_type) in psp_v10_0_compare_sram_data() argument 416 &fw_sram_data_reg_offset, ucode_type); in psp_v10_0_compare_sram_data()
|
D | amdgpu_psp.h | 75 enum AMDGPU_UCODE_ID ucode_type);
|
D | psp_v3_1.c | 538 enum AMDGPU_UCODE_ID ucode_type) in psp_v3_1_compare_sram_data() argument 549 &fw_sram_data_reg_offset, ucode_type); in psp_v3_1_compare_sram_data()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 289 __le32 ucode_type; member 445 u32 ucode_type = le32_to_cpu(def_calib->ucode_type); in iwl_set_default_calib() local 446 if (ucode_type >= IWL_UCODE_TYPE_MAX) { in iwl_set_default_calib() 448 ucode_type); in iwl_set_default_calib() 451 drv->fw.default_calib[ucode_type].flow_trigger = in iwl_set_default_calib() 453 drv->fw.default_calib[ucode_type].event_trigger = in iwl_set_default_calib()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | common.h | 956 enum ucode_type { enum 1220 enum ucode_type ucode_type; member
|
D | 4965.c | 357 il->ucode_type = UCODE_RT; in il4965_load_bsm()
|
D | debug.c | 348 if (il->ucode_type == UCODE_INIT) in il_dbgfs_sram_read()
|
D | 4965-mac.c | 5104 if (il->ucode_type == UCODE_INIT) in il4965_dump_nic_error_log() 5111 base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT"); in il4965_dump_nic_error_log()
|