Lines Matching refs:uecc_count
228 u32 uecc_count; member
899 xsdfec->uecc_count = 0; in xsdfec_clear_stats()
914 user_stats.uecc_count = xsdfec->uecc_count; in xsdfec_get_stats()
1115 u32 uecc_count; in xsdfec_irq_thread() local
1135 uecc_count = hweight32(tmp); in xsdfec_irq_thread()
1139 cecc_count = aecc_count - 2 * uecc_count; in xsdfec_irq_thread()
1143 uecc_count, aecc_count, cecc_count, isr_err_count); in xsdfec_irq_thread()
1144 dev_dbg(xsdfec->dev, "uecc=%x, cecc=%x, isr=%x", xsdfec->uecc_count, in xsdfec_irq_thread()
1149 if (uecc_count) in xsdfec_irq_thread()
1150 xsdfec->uecc_count += uecc_count; in xsdfec_irq_thread()
1159 if (uecc_count) { in xsdfec_irq_thread()