Home
last modified time | relevance | path

Searched refs:ECC_ERROR_MERRSTS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/edac/
Dedac_ibecc.c105 if ((ecclog & ECC_ERROR_MERRSTS) != 0) { in parse_ecclog()
201 if ((*value & (ECC_ERROR_MERRSTS | ECC_ERROR_CERRSTS)) == 0) { in ecc_error_log_get()
212 ECC_ERROR_MERRSTS | ECC_ERROR_CERRSTS); in ecc_error_log_clear()
Dibecc.h123 #define ECC_ERROR_MERRSTS BIT64(63) macro
Dshell.c48 if (ecc_error & ECC_ERROR_MERRSTS) { in decode_ecc_error()