Searched refs:boot_error (Results 1 – 2 of 2) sorted by relevance
5169 u32 boot_error; in amdgpu_ras_boot_time_error_reporting() local5182 boot_error = amdgpu_device_indirect_rreg_ext(adev, reg_addr); in amdgpu_ras_boot_time_error_reporting()5184 socket_id = AMDGPU_RAS_GPU_ERR_SOCKET_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()5185 aid_id = AMDGPU_RAS_GPU_ERR_AID_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()5186 hbm_id = ((1 == AMDGPU_RAS_GPU_ERR_HBM_ID(boot_error)) ? 0 : 1); in amdgpu_ras_boot_time_error_reporting()5188 if (AMDGPU_RAS_GPU_ERR_MEM_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5193 if (AMDGPU_RAS_GPU_ERR_FW_LOAD(boot_error)) in amdgpu_ras_boot_time_error_reporting()5198 if (AMDGPU_RAS_GPU_ERR_WAFL_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5203 if (AMDGPU_RAS_GPU_ERR_XGMI_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()5208 if (AMDGPU_RAS_GPU_ERR_USR_CP_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()[all …]
463 short boot_error = 0; in create_adapter_obj() local510 boot_error = hpi6000_adapter_boot_load_dsp(pao, pos_error_code); in create_adapter_obj()511 if (boot_error) in create_adapter_obj()512 return boot_error; in create_adapter_obj()