ecc_count 149 drivers/edac/bluefield_edac.c u32 ecc_count, single_error_count, double_error_count, ecc_error = 0; ecc_count 158 drivers/edac/bluefield_edac.c ecc_count = readl(priv->emi_base + MLXBF_ECC_CNT); ecc_count 159 drivers/edac/bluefield_edac.c single_error_count = FIELD_GET(MLXBF_ECC_CNT__SERR_CNT, ecc_count); ecc_count 160 drivers/edac/bluefield_edac.c double_error_count = FIELD_GET(MLXBF_ECC_CNT__DERR_CNT, ecc_count); ecc_count 175 drivers/edac/bluefield_edac.c if (ecc_count) ecc_count 517 drivers/mtd/nand/raw/vf610_nfc.c u8 ecc_count; ecc_count 521 drivers/mtd/nand/raw/vf610_nfc.c ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; ecc_count 524 drivers/mtd/nand/raw/vf610_nfc.c return ecc_count;