Lines Matching +full:track +full:- +full:count
4 * SPDX-License-Identifier: Apache-2.0
41 /* Keep track or correctable and uncorrectable errors */
49 error_type = error_data->type; in callback()
50 error_address = error_data->address; in callback()
51 error_syndrome = error_data->syndrome; in callback()
68 zassert_equal(ret, -ENODATA, "edac_ecc_error_log_get failed"); in ZTEST()
74 zassert_equal(ret, -ENODATA, "edac_parity_error_log_get failed"); in ZTEST()
83 "Error correctable count does not match"); in ZTEST()
87 "Error uncorrectable count does mot match"); in ZTEST()
181 zassert_not_equal(errors_cor, -ENOSYS, "Not implemented error count"); in test_inject()
184 zassert_not_equal(errors_uc, -ENOSYS, "Not implemented error count"); in test_inject()
237 "Incorrect correctable count"); in test_inject()
238 LOG_DBG("Correctable error count %d", ret); in test_inject()
245 "Incorrect uncorrectable count"); in test_inject()
246 LOG_DBG("Uncorrectable error count %d", ret); in test_inject()