Searched refs:ecc_count (Results 1 – 4 of 4) sorted by relevance
149 u32 ecc_count, single_error_count, double_error_count, ecc_error = 0; in bluefield_edac_check() local158 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()
111 uint8_t ecc_count, uint8_t shift_in_count) in read_from_frame() argument118 if ((ecc_count != 0) && in read_from_frame()119 (shift_in_count == (PNV_SPI_REG_SIZE + ecc_count))) { in read_from_frame()133 uint8_t ecc_count; in spi_response() local163 ecc_count = 0; in spi_response()166 ecc_count = 1; in spi_response()179 s->N1_bytes, ecc_count, shift_in_count); in spi_response()186 ecc_count, shift_in_count); in spi_response()
558 u8 ecc_count; in vf610_nfc_correct_data() local563 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()566 return ecc_count; in vf610_nfc_correct_data()
514 u8 ecc_count; in vf610_nfc_correct_data() local518 ecc_count = ecc_status & ECC_STATUS_ERR_COUNT; in vf610_nfc_correct_data()521 return ecc_count; in vf610_nfc_correct_data()