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

123

/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S9270 # exception to be put into the machine which will be caught and corrected
10892 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
H A Dfpsp.S1428 # "corrected" in order to have the proper equivalent extended precision
3093 # and needs to be corrected. This handler calls fix_skewed_ops() to #
3283 # and needs to be corrected. This handler calls fix_skewed_ops() to #
9629 # exception to be put into the machine which will be caught and corrected
13765 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
22373 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
H A Dpfpsp.S1427 # "corrected" in order to have the proper equivalent extended precision
3092 # and needs to be corrected. This handler calls fix_skewed_ops() to #
3282 # and needs to be corrected. This handler calls fix_skewed_ops() to #
6495 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
10196 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
/linux-master/arch/x86/include/asm/
H A Dmce.h69 * bits 15:0. But bit 12 is the 'F' bit, defined for corrected
291 extern void apei_mce_report_mem_error(int corrected,
/linux-master/arch/xtensa/kernel/
H A Dentry.S1486 wsr a2, windowstart # set corrected windowstart
/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/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/media/dvb-frontends/
H A Dstv0367.c2818 int corrected, tscount; local
2822 corrected = (stv0367_readreg(state, R367CAB_RS_COUNTER_3) << 8)
2827 dprintk("%s: uncorrected blocks=%d corrected blocks=%d tscount=%d\n",
2828 __func__, *ucblocks, corrected, tscount);
/linux-master/drivers/mtd/devices/
H A Ddocg3.c953 mtd->ecc_stats.corrected += ret;
975 mtd->ecc_stats.corrected - old_stats.corrected;
/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 */
1496 diff.corrected -= old_stats->corrected;
1500 mtd->ecc_stats.corrected += diff.corrected;
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c226 stats->corrected = 0;
240 stats->corrected += err;
H A Decc-mxic.c541 dev_dbg(dev, "ECC step %d: %d bits corrected\n",
544 mtd->ecc_stats.corrected += stat;
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/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;
H A Donenand_omap2.c284 mtd->ecc_stats.corrected++;
/linux-master/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c385 * 5/ The corrected data is then available for reading from the data port
477 mtd->ecc_stats.corrected += bf;
487 mtd->ecc_stats.corrected += bf;
H A Dcadence-nand-controller.c1681 mtd->ecc_stats.corrected += ecc_err_count;
H A Dcafe_nand.c442 mtd->ecc_stats.corrected += n;
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 Dfsl_elbc_nand.c260 * FIXME: 4 bits can be corrected on NANDs with 2k pages, so
262 * ecc_stats.corrected accordingly.
267 mtd->ecc_stats.corrected++;
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c888 mtd->ecc_stats.corrected += ret;
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2202 /* erased page bitflips corrected */
2215 unsigned int corrected = brcmnand_count_corrected(ctrl); local
2222 dev_dbg(ctrl->dev, "corrected error at 0x%llx\n",
2224 mtd->ecc_stats.corrected += corrected;
2226 return max(mtd->bitflip_threshold, corrected);

Completed in 847 milliseconds

123