ucode_type       1343 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 					enum AMDGPU_UCODE_ID ucode_type)
ucode_type       1350 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	ucode = &adev->firmware.ucode[ucode_type];
ucode_type       1354 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 	return psp_compare_sram_data(&adev->psp, ucode, ucode_type);
ucode_type         97 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 				  enum AMDGPU_UCODE_ID ucode_type);
ucode_type        328 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c 					enum AMDGPU_UCODE_ID ucode_type)
ucode_type        339 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c 				&fw_sram_data_reg_offset, ucode_type);
ucode_type        662 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 				       enum AMDGPU_UCODE_ID ucode_type)
ucode_type        673 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 				&fw_sram_data_reg_offset, ucode_type);
ucode_type        482 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c 				       enum AMDGPU_UCODE_ID ucode_type)
ucode_type        493 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c 				&fw_sram_data_reg_offset, ucode_type);
ucode_type        560 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c 				       enum AMDGPU_UCODE_ID ucode_type)
ucode_type        571 drivers/gpu/drm/amd/amdgpu/psp_v3_1.c 				&fw_sram_data_reg_offset, ucode_type);
ucode_type       5086 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	if (il->ucode_type == UCODE_INIT)
ucode_type       5093 drivers/net/wireless/intel/iwlegacy/4965-mac.c 		       base, (il->ucode_type == UCODE_INIT) ? "Init" : "RT");
ucode_type        342 drivers/net/wireless/intel/iwlegacy/4965.c 	il->ucode_type = UCODE_RT;
ucode_type       1205 drivers/net/wireless/intel/iwlegacy/common.h 	enum ucode_type ucode_type;
ucode_type        319 drivers/net/wireless/intel/iwlegacy/debug.c 		if (il->ucode_type == UCODE_INIT)
ucode_type        165 drivers/net/wireless/intel/iwlwifi/dvm/agn.h 			      enum iwl_ucode_type ucode_type);
ucode_type        297 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 				 enum iwl_ucode_type ucode_type)
ucode_type        306 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 	fw = iwl_get_ucode_image(priv->fw, ucode_type);
ucode_type        311 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 	priv->cur_ucode = ucode_type;
ucode_type        344 drivers/net/wireless/intel/iwlwifi/dvm/ucode.c 	if (ucode_type != IWL_UCODE_WOWLAN) {
ucode_type        320 drivers/net/wireless/intel/iwlwifi/fw/img.h iwl_get_ucode_image(const struct iwl_fw *fw, enum iwl_ucode_type ucode_type)
ucode_type        322 drivers/net/wireless/intel/iwlwifi/fw/img.h 	if (ucode_type >= IWL_UCODE_TYPE_MAX)
ucode_type        325 drivers/net/wireless/intel/iwlwifi/fw/img.h 	return &fw->img[ucode_type];
ucode_type        284 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	__le32 ucode_type;
ucode_type        440 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	u32 ucode_type = le32_to_cpu(def_calib->ucode_type);
ucode_type        441 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	if (ucode_type >= IWL_UCODE_TYPE_MAX) {
ucode_type        443 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 			ucode_type);
ucode_type        446 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	drv->fw.default_calib[ucode_type].flow_trigger =
ucode_type        448 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 	drv->fw.default_calib[ucode_type].event_trigger =
ucode_type        308 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 					 enum iwl_ucode_type ucode_type)
ucode_type        317 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		ucode_type == IWL_UCODE_INIT || iwl_mvm_has_unified_ucode(mvm);
ucode_type        319 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	if (ucode_type == IWL_UCODE_REGULAR &&
ucode_type        325 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		fw = iwl_get_ucode_image(mvm->fw, ucode_type);
ucode_type        328 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	iwl_fw_set_current_image(&mvm->fwrt, ucode_type);
ucode_type        515 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 	enum iwl_ucode_type ucode_type = mvm->fwrt.cur_fw_img;
ucode_type        536 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		mvm->fw->default_calib[ucode_type].event_trigger;
ucode_type        538 drivers/net/wireless/intel/iwlwifi/mvm/fw.c 		mvm->fw->default_calib[ucode_type].flow_trigger;