Searched refs:corrected (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/include/linux/mtd/
H A Dnand-ecc-mtk.h22 u32 corrected; member in struct:mtk_ecc_stats
/linux-master/drivers/firmware/efi/
H A Dcper-arm.c93 bool proc_context_corrupt, corrected, precise_pc, restartable_pc; local
168 corrected = ((error_info >> CPER_ARM_ERR_CORRECTED_SHIFT)
170 if (corrected)
171 printk("%sthe error has been corrected\n", pfx);
173 printk("%sthe error has not been corrected\n", pfx);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_micron.c15 * corrected by on-die ECC and should be rewritten.
21 * cases where a errors were corrected without needing a rewrite
27 * 0 1 0 4 - 6 errors corrected, recommend rewrite
29 * 1 0 0 1 - 3 errors corrected
31 * 1 1 0 7 - 8 errors corrected, recommend rewrite
207 * been corrected, but tells us if it recommends to rewrite the block.
209 * its content to the corrected version to extract the actual number of
269 mtd->ecc_stats.corrected += nbitflips;
288 mtd->ecc_stats.corrected += 3;
291 mtd->ecc_stats.corrected
[all...]
H A Dnand_toshiba.c67 mtd->ecc_stats.corrected += bitflips;
87 /* corrected */
89 mtd->ecc_stats.corrected += max_bitflips;
H A Dtxx9ndfmc.c192 int corrected = 0; local
200 corrected += stat;
205 return corrected;
H A Ddavinci_nand.c260 unsigned num_errors, corrected; local
342 for (i = 0, corrected = 0; i < num_errors; i++) {
366 corrected++;
370 return corrected;
H A Ddenali.c427 ecc_stats->corrected += stat;
463 * The register holds the maximum of per-sector corrected bitflips.
465 * Unfortunately, we can not know the total number of corrected bits in
468 ecc_stats->corrected += max_bitflips;
527 ecc_stats->corrected += flips_in_byte;
H A Drenesas-nand-controller.c468 mtd->ecc_stats.corrected += bf;
479 mtd->ecc_stats.corrected += bf;
562 mtd->ecc_stats.corrected += bf;
573 mtd->ecc_stats.corrected += bf;
H A Dfsl_ifc_nand.c240 mtd->ecc_stats.corrected += errors;
657 mtd->ecc_stats.corrected += res;
H A Dmeson_nand.c545 mtd->ecc_stats.corrected += ECC_ERR_CNT(*info);
552 mtd->ecc_stats.corrected += ECC_ZERO_CNT(*info);
907 mtd->ecc_stats.corrected += ret;
/linux-master/drivers/mtd/tests/
H A Dnandbiterrs.c126 /* Reads page into rbuffer. Returns number of corrected bit errors (>=0)
142 err = mtd->ecc_stats.corrected - oldstats.corrected;
223 pr_info("Read reported %d corrected bit errors\n", err);
237 pr_info("Successfully corrected %d bit errors per subpage\n",
255 '0'), which are corrected as far as the ECC is capable of. */
287 pr_info("Implausible number of bit errors corrected\n");
294 pr_info("Read reported %d corrected bit errors\n",
321 pr_info("Page reads with %3d corrected bit errors: %d\n",
/linux-master/include/uapi/mtd/
H A Dmtd-abi.h99 * @corrected_bitflips: the number of bitflips corrected during the read
237 /* Get statistics about corrected/uncorrected errors */
300 * @corrected: number of corrected bits
306 __u32 corrected; member in struct:mtd_ecc_stats
/linux-master/arch/x86/include/asm/
H A Dmce.h67 * bits 15:0. But bit 12 is the 'F' bit, defined for corrected
289 extern void apei_mce_report_mem_error(int corrected,
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c226 stats->corrected = 0;
240 stats->corrected += err;
H A Decc-sw-bch.c66 pr_debug("%s: corrected bitflip %u\n", __func__,
377 mtd->ecc_stats.corrected += stat;
H A Decc-sw-hamming.c631 mtd->ecc_stats.corrected += stat;
/linux-master/drivers/md/
H A Ddm-verity-fec.c122 * Decode all RS blocks from buffers and copy corrected bytes into fio->output
129 int r, corrected = 0, res; local
141 * one corrected target byte and consumes fec->roots parity bytes.
151 corrected += res;
169 r = corrected;
177 DMWARN_LIMIT("%s: FEC %llu: corrected %d errors",
390 /* Always re-validate the corrected block against the expected hash */
419 * Correct errors in a block. Copies corrected block to dest if non-NULL,
/linux-master/drivers/mtd/nand/spi/
H A Dcore.c317 mtd->ecc_stats.corrected += ret;
678 mtd->ecc_stats.corrected - old_stats.corrected;
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c62 /* Minimum permitted length of a (corrected) synchronisation time */
65 /* Maximum permitted length of a (corrected) synchronisation time */
253 * @min_synchronisation_ns: Minimum acceptable corrected sync window
287 * @undersize_sync_windows: Number of corrected sync windows that are too small
288 * @oversize_sync_windows: Number of corrected sync windows that are too large
682 * a value to use for the minimum acceptable corrected synchronization
930 * host time so the corrected window time should be fairly constant
935 s32 window, corrected; local
946 corrected = window - wait.tv_nsec;
952 * Check that the corrected syn
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c61 /* Minimum permitted length of a (corrected) synchronisation time */
64 /* Maximum permitted length of a (corrected) synchronisation time */
244 * @min_synchronisation_ns: Minimum acceptable corrected sync window
278 * @undersize_sync_windows: Number of corrected sync windows that are too small
279 * @oversize_sync_windows: Number of corrected sync windows that are too large
695 * a value to use for the minimum acceptable corrected synchronization
943 * host time so the corrected window time should be fairly constant
948 s32 window, corrected; local
959 corrected = window - wait.tv_nsec;
965 * Check that the corrected syn
[all...]
/linux-master/drivers/mtd/
H A Dmtdconcat.c86 mtd->ecc_stats.corrected++;
290 mtd->ecc_stats.corrected++;
H A Dmtdcore.c308 return sysfs_emit(buf, "%u\n", ecc_stats->corrected);
310 MTD_DEVICE_ATTR_RO(corrected_bits); /* ecc stats corrected */
1491 diff.corrected -= old_stats->corrected;
1495 mtd->ecc_stats.corrected += diff.corrected;
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c593 mtd->ecc_stats.corrected++;
1204 return mtd->ecc_stats.corrected != stats.corrected ? 1 : 0;
1333 return mtd->ecc_stats.corrected != stats.corrected ? 1 : 0;
1471 mtd->ecc_stats.corrected - old_stats.corrected;
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c775 mtd->ecc_stats.corrected += snf->ecc_stats.corrected;
1011 snf->ecc_stats.corrected = 0;
/linux-master/drivers/mtd/devices/
H A Ddocg3.c953 mtd->ecc_stats.corrected += ret;
975 mtd->ecc_stats.corrected - old_stats.corrected;

Completed in 235 milliseconds

123