Lines Matching refs:uecc_count
205 * @uecc_count: Count of Uncorrectable ECC errors (MBE)
228 u32 uecc_count;
899 xsdfec->uecc_count = 0;
914 user_stats.uecc_count = xsdfec->uecc_count;
1115 u32 uecc_count;
1135 uecc_count = hweight32(tmp);
1139 cecc_count = aecc_count - 2 * uecc_count;
1143 uecc_count, aecc_count, cecc_count, isr_err_count);
1144 dev_dbg(xsdfec->dev, "uecc=%x, cecc=%x, isr=%x", xsdfec->uecc_count,
1149 if (uecc_count)
1150 xsdfec->uecc_count += uecc_count;
1159 if (uecc_count) {