Home
last modified time | relevance | path

Searched refs:ecc_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_aca.c56 struct aca_ecc_count ecc_count = {0}; in aca_report_ecc_info() local
58 ecc_count.new_ue_count = new_ecc->ue_count; in aca_report_ecc_info()
59 ecc_count.new_de_count = new_ecc->de_count; in aca_report_ecc_info()
60 ecc_count.new_ce_count = new_ecc->ce_count; in aca_report_ecc_info()
67 ecc_count.total_ue_count += xcd_ecc->total_ue_count; in aca_report_ecc_info()
68 ecc_count.total_de_count += xcd_ecc->total_de_count; in aca_report_ecc_info()
69 ecc_count.total_ce_count += xcd_ecc->total_ce_count; in aca_report_ecc_info()
72 ecc_count.total_ue_count = aid_ecc->ecc_err.total_ue_count; in aca_report_ecc_info()
73 ecc_count.total_de_count = aid_ecc->ecc_err.total_de_count; in aca_report_ecc_info()
74 ecc_count.total_ce_count = aid_ecc->ecc_err.total_ce_count; in aca_report_ecc_info()
[all …]
H A Dras_core.c480 enum ras_block_id block, struct ras_ecc_count *ecc_count) in ras_core_query_block_ecc_data() argument
484 if (!ecc_count || (block >= RAS_BLOCK_ID__LAST) || !ras_core) in ras_core_query_block_ecc_data()
487 ret = ras_aca_get_block_ecc_count(ras_core, block, ecc_count); in ras_core_query_block_ecc_data()
/linux/drivers/edac/
H A Dbluefield_edac.c250 u32 ecc_count, single_error_count, double_error_count, ecc_error = 0; in bluefield_edac_check() local
260 err = bluefield_edac_readl(priv, MLXBF_ECC_CNT, &ecc_count); in bluefield_edac_check()
266 single_error_count = FIELD_GET(MLXBF_ECC_CNT__SERR_CNT, ecc_count); in bluefield_edac_check()
267 double_error_count = FIELD_GET(MLXBF_ECC_CNT__DERR_CNT, ecc_count); in bluefield_edac_check()
282 if (ecc_count) { in bluefield_edac_check()
/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c515 u8 ecc_count; in vf610_nfc_correct_data() local
519 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()
522 return ecc_count; in vf610_nfc_correct_data()