RAS_ERR_TYPE__UE
if (ecc_type != RAS_ERR_TYPE__UE)
#define ACA_ERROR__UE_MASK (0x1 << RAS_ERR_TYPE__UE)
if (bank->ecc_type == RAS_ERR_TYPE__UE)
if (bank->ecc_type == RAS_ERR_TYPE__UE) {
ret = ras_aca_update_ecc(ras_core, RAS_ERR_TYPE__UE, NULL);
case RAS_ERR_TYPE__UE:
if (((type == RAS_ERR_TYPE__UE) && (bank_count >= MAX_UE_BANKS_PER_QUERY)) ||
case RAS_ERR_TYPE__UE: