Searched refs:ucode_type (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/ | 
| D | img.h | 320 iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type)  in iwl_get_ucode_image()  argument322 	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/ | 
| D | ucode.c | 297 				 enum iwl_ucode_type ucode_type)  in iwl_load_ucode_wait_alive()  argument306 	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()
 
 | 
| D | agn.h | 165 			      enum iwl_ucode_type ucode_type);
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ | 
| D | fw.c | 308 					 enum iwl_ucode_type ucode_type)  in iwl_mvm_load_ucode_wait_alive()  argument317 		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/ | 
| D | psp_v10_0.c | 328 					enum AMDGPU_UCODE_ID ucode_type)  in psp_v10_0_compare_sram_data()  argument339 				&fw_sram_data_reg_offset, ucode_type);  in psp_v10_0_compare_sram_data()
 
 | 
| D | psp_v12_0.c | 482 				       enum AMDGPU_UCODE_ID ucode_type)  in psp_v12_0_compare_sram_data()  argument493 				&fw_sram_data_reg_offset, ucode_type);  in psp_v12_0_compare_sram_data()
 
 | 
| D | psp_v3_1.c | 560 				       enum AMDGPU_UCODE_ID ucode_type)  in psp_v3_1_compare_sram_data()  argument571 				&fw_sram_data_reg_offset, ucode_type);  in psp_v3_1_compare_sram_data()
 
 | 
| D | amdgpu_psp.h | 97 				  enum AMDGPU_UCODE_ID ucode_type);
 | 
| D | amdgpu_psp.c | 1343 					enum AMDGPU_UCODE_ID ucode_type)  in psp_check_fw_loading_status()  argument1350 	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()
 
 | 
| D | psp_v11_0.c | 655 				       enum AMDGPU_UCODE_ID ucode_type)  in psp_v11_0_compare_sram_data()  argument666 				&fw_sram_data_reg_offset, ucode_type);  in psp_v11_0_compare_sram_data()
 
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ | 
| D | iwl-drv.c | 284 	__le32 ucode_type;  member440 	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/ | 
| D | common.h | 941 enum ucode_type {  enum1205 	enum ucode_type ucode_type;  member
 
 | 
| D | 4965.c | 342 	il->ucode_type = UCODE_RT;  in il4965_load_bsm()
 | 
| D | debug.c | 319 		if (il->ucode_type == UCODE_INIT)  in il_dbgfs_sram_read()
 | 
| D | 4965-mac.c | 5085 	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()
 
 |