Lines Matching refs:uecc_count
227 u32 uecc_count; member
907 xsdfec->uecc_count = 0; in xsdfec_clear_stats()
922 user_stats.uecc_count = xsdfec->uecc_count; in xsdfec_get_stats()
1148 u32 uecc_count; in xsdfec_irq_thread() local
1168 uecc_count = hweight32(tmp); in xsdfec_irq_thread()
1172 cecc_count = aecc_count - 2 * uecc_count; in xsdfec_irq_thread()
1176 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()
1177 dev_dbg(xsdfec->dev, "uecc=%x, cecc=%x, isr=%x", xsdfec->uecc_count, in xsdfec_irq_thread()
1182 if (uecc_count) in xsdfec_irq_thread()
1183 xsdfec->uecc_count += uecc_count; in xsdfec_irq_thread()
1192 if (uecc_count) { in xsdfec_irq_thread()