Searched refs:ue_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/edac/
H A Dsynopsys_edac.c117 * @ue_cnt: Uncorrectable error count
123 u32 ue_cnt; member in struct:synps_ecc_status
134 * @ue_cnt: Uncorrectable Error count
141 u32 ue_cnt; member in struct:synps_edac_priv
163 p->ue_cnt = regval & STAT_UECNT_MASK; synps_edac_geterror_info()
181 if (!(p->ue_cnt && (regval & LOG_VALID))) synps_edac_geterror_info()
221 if (p->ue_cnt) { synps_edac_handle_error()
227 p->ue_cnt, 0, 0, 0, 0, 0, -1, synps_edac_handle_error()
250 priv->ue_cnt += priv->stat.ue_cnt; synps_edac_check()
254 priv->ce_cnt, priv->ue_cnt); synps_edac_check()

Completed in 151 milliseconds