ue_cnt            298 drivers/edac/synopsys_edac.c 	u32 ue_cnt;
ue_cnt            324 drivers/edac/synopsys_edac.c 	u32 ue_cnt;
ue_cnt            371 drivers/edac/synopsys_edac.c 	p->ue_cnt = regval & STAT_UECNT_MASK;
ue_cnt            389 drivers/edac/synopsys_edac.c 	if (!(p->ue_cnt && (regval & LOG_VALID)))
ue_cnt            426 drivers/edac/synopsys_edac.c 	p->ue_cnt = (regval & ECC_STAT_UECNT_MASK) >> ECC_STAT_UECNT_SHIFT;
ue_cnt            445 drivers/edac/synopsys_edac.c 	if (!p->ue_cnt)
ue_cnt            498 drivers/edac/synopsys_edac.c 	if (p->ue_cnt) {
ue_cnt            512 drivers/edac/synopsys_edac.c 				     p->ue_cnt, 0, 0, 0, 0, 0, -1,
ue_cnt            546 drivers/edac/synopsys_edac.c 	priv->ue_cnt += priv->stat.ue_cnt;
ue_cnt            550 drivers/edac/synopsys_edac.c 		 priv->ce_cnt, priv->ue_cnt);
ue_cnt            575 drivers/edac/synopsys_edac.c 	priv->ue_cnt += priv->stat.ue_cnt;
ue_cnt            579 drivers/edac/synopsys_edac.c 		 priv->ce_cnt, priv->ue_cnt);