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

/linux-4.4.14/drivers/edac/
H A Dsynopsys_edac.c116 * @ce_cnt: Correctable error count
122 u32 ce_cnt; member in struct:synps_ecc_status
133 * @ce_cnt: Correctable Error count
140 u32 ce_cnt; member in struct:synps_edac_priv
162 p->ce_cnt = (regval & STAT_CECNT_MASK) >> STAT_CECNT_SHIFT; synps_edac_geterror_info()
166 if (!(p->ce_cnt && (regval & LOG_VALID))) synps_edac_geterror_info()
211 if (p->ce_cnt) { synps_edac_handle_error()
217 p->ce_cnt, 0, 0, 0, 0, 0, -1, synps_edac_handle_error()
249 priv->ce_cnt += priv->stat.ce_cnt; synps_edac_check()
254 priv->ce_cnt, priv->ue_cnt); synps_edac_check()

Completed in 179 milliseconds