Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dbluefield_edac.c149 u32 ecc_count, single_error_count, double_error_count, ecc_error = 0; in bluefield_edac_check() local
158 ecc_count = readl(priv->emi_base + MLXBF_ECC_CNT); in bluefield_edac_check()
159 single_error_count = FIELD_GET(MLXBF_ECC_CNT__SERR_CNT, ecc_count); in bluefield_edac_check()
160 double_error_count = FIELD_GET(MLXBF_ECC_CNT__DERR_CNT, ecc_count); in bluefield_edac_check()
175 if (ecc_count) in bluefield_edac_check()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c558 u8 ecc_count; in vf610_nfc_correct_data() local
563 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()
566 return ecc_count; in vf610_nfc_correct_data()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c514 u8 ecc_count; in vf610_nfc_correct_data() local
518 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()
521 return ecc_count; in vf610_nfc_correct_data()