Lines Matching refs:uecc_count
204 * @uecc_count: Count of Uncorrectable ECC errors (MBE)
227 u32 uecc_count;
907 xsdfec->uecc_count = 0;
922 user_stats.uecc_count = xsdfec->uecc_count;
1148 u32 uecc_count;
1168 uecc_count = hweight32(tmp);
1172 cecc_count = aecc_count - 2 * uecc_count;
1176 uecc_count, aecc_count, cecc_count, isr_err_count);
1177 dev_dbg(xsdfec->dev, "uecc=%x, cecc=%x, isr=%x", xsdfec->uecc_count,
1182 if (uecc_count)
1183 xsdfec->uecc_count += uecc_count;
1192 if (uecc_count) {