Home
last modified time | relevance | path

Searched refs:ERRSTS_IBECC_COR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/edac/
Dibecc.h87 #define ERRSTS_IBECC_COR BIT(6) /* Correctable error */ macro
Dedac_ibecc.c85 if ((errsts & (ERRSTS_IBECC_COR | ERRSTS_IBECC_UC)) == 0) { in ibecc_errsts_clear()