Searched refs:ECC_ERROR_MERRSTS (Results 1 – 3 of 3) sorted by relevance
105 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()
123 #define ECC_ERROR_MERRSTS BIT64(63) macro
48 if (ecc_error & ECC_ERROR_MERRSTS) { in decode_ecc_error()