Searched refs:ecc_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/ras/rascore/ |
| H A D | ras_aca.c | 268 static int aca_dump_bank(struct ras_core_context *ras_core, u32 ecc_type, in aca_dump_bank() argument 276 ret = ras_mp1_dump_bank(ras_core, ecc_type, idx, i, &bank->regs[i]); in aca_dump_bank() 306 u32 ecc_type) in aca_dup_update_ue_in_fatal() argument 310 if (ecc_type != RAS_ERR_TYPE__UE) in aca_dup_update_ue_in_fatal() 346 u32 ecc_type, void *data) in aca_banks_update() argument 358 if (aca_dup_update_ue_in_fatal(ras_core, ecc_type)) in aca_banks_update() 361 ret = aca_get_bank_count(ras_core, ecc_type, &count); in aca_banks_update() 371 ret = aca_dump_bank(ras_core, ecc_type, i, &bank); in aca_banks_update() 375 bank.ecc_type = ecc_type; in aca_banks_update() 382 bank.seq_no = aca_get_bank_seqno(ras_core, ecc_type, aca_blk, &bank_ecc); in aca_banks_update()
|
| H A D | ras_aca_v1_0.c | 271 if (bank->ecc_type == RAS_ERR_TYPE__UE) in aca_parse_bank_default() 273 else if (bank->ecc_type == RAS_ERR_TYPE__CE) in aca_parse_bank_default() 301 if (bank->ecc_type == RAS_ERR_TYPE__UE) { in aca_parse_xgmi_bank() 305 } else if (bank->ecc_type == RAS_ERR_TYPE__CE) { in aca_parse_xgmi_bank()
|
| H A D | ras_aca.h | 56 u32 ecc_type; member 161 int ras_aca_update_ecc(struct ras_core_context *ras_core, u32 ecc_type, void *data);
|
| H A D | ras_mp1.h | 49 u32 ecc_type, u32 idx, u32 reg_idx, u64 *val);
|
| /linux/drivers/edac/ |
| H A D | bluefield_edac.c | 180 enum hw_event_mc_err_type ecc_type; in bluefield_gather_report_ecc() local 184 ecc_type = is_single_ecc ? HW_EVENT_ERR_CORRECTED : in bluefield_gather_report_ecc() 212 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 241 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
| H A D | amd64_edac.c | 2708 u8 ecc_type) in __log_ecc_error() argument 2713 if (ecc_type == 2) in __log_ecc_error() 2715 else if (ecc_type == 1) in __log_ecc_error() 2717 else if (ecc_type == 3) in __log_ecc_error() 2758 u8 ecc_type = (m->status >> 45) & 0x3; in decode_bus_error() local 2782 if (ecc_type == 2) in decode_bus_error() 2787 __log_ecc_error(mci, &err, ecc_type); in decode_bus_error() 2810 u8 ecc_type = (m->status >> 45) & 0x3; in decode_umc_error() local 2828 ecc_type = 3; in decode_umc_error() 2835 if (ecc_type == 2) { in decode_umc_error() [all …]
|