Searched refs:ECC_ERROR_CERRSTS (Results 1 – 4 of 4) sorted by relevance
109 if ((ecclog & ECC_ERROR_CERRSTS) != 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()
125 #define ECC_ERROR_CERRSTS BIT64(62) macro
53 if (ecc_error & ECC_ERROR_CERRSTS) { in decode_ecc_error()
38 return ECC_ERROR_CERRSTS; in mock_sys_read64()