Home
last modified time | relevance | path

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

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