Searched refs:corrected (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/drivers/mtd/nand/onenand/
H A Donenand_omap2.c284 mtd->ecc_stats.corrected++;
/linux-master/drivers/mtd/nand/raw/
H A Dtegra_nand.c738 mtd->ecc_stats.corrected += ret;
755 * overestimate the number of corrected bitflips by assuming
756 * that all regions where errors have been corrected
759 mtd->ecc_stats.corrected += max_corr_cnt * hweight8(corr_sec_flag);
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 Drockchip-nand-controller.c843 mtd->ecc_stats.corrected += cnt;
847 mtd->ecc_stats.corrected += cnt;
H A Dnand_base.c3099 mtd->ecc_stats.corrected += stat;
3210 mtd->ecc_stats.corrected += stat;
3281 mtd->ecc_stats.corrected += stat;
3347 mtd->ecc_stats.corrected += stat;
3431 mtd->ecc_stats.corrected += stat;
4018 mtd->ecc_stats.corrected - old_stats.corrected;
H A Dmxc_nand.c750 mtd->ecc_stats.corrected++;
806 mtd->ecc_stats.corrected += err;
H A Dmtk_nand.c933 mtd->ecc_stats.corrected += stats.corrected;
H A Dcafe_nand.c442 mtd->ecc_stats.corrected += n;
H A Dhisi504_nand.c529 /* errors which can not be corrected by ECC */
543 mtd->ecc_stats.corrected += stat;
H A Dfsmc_nand.c761 mtd->ecc_stats.corrected += stat;
H A Dlpc32xx_slc.c634 mtd->ecc_stats.corrected += stat;
H A Dvf610_nfc.c592 mtd->ecc_stats.corrected += stat;
H A Dpl35x-nand-controller.c419 /* One error in the main data; to be corrected */
494 mtd->ecc_stats.corrected += stats;
H A Dlpc32xx_mlc.c471 mtd->ecc_stats.corrected += ((mlc_isr >> 4) & 0x3) + 1;
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++;
H A Dmarvell_nand.c826 * number of corrected bitflips.
981 mtd->ecc_stats.corrected += bf;
987 * mtd->ecc_stats.corrected is updated, as well as max_bitflips, however
1027 mtd->ecc_stats.corrected += bf;
H A Dstm32_fmc2_nand.c739 mtd->ecc_stats.corrected += stat;
1095 mtd->ecc_stats.corrected += stat;
H A Dsh_flctl.c294 * if the bottom part of the loop corrected the errors or marked them as
651 mtd->ecc_stats.corrected++;
H A Dqcom_nandc.c1598 mtd->ecc_stats.corrected += ret;
1682 * bits corrected and update the ecc_stats.corrected.
1688 mtd->ecc_stats.corrected += stat;
H A Dnandsim.c1413 "reading from %d ecc: corrected=%u failed=%u\n",
1415 nsmtd->ecc_stats.corrected, nsmtd->ecc_stats.failed);
/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/nand/
H A Decc-mxic.c541 dev_dbg(dev, "ECC step %d: %d bits corrected\n",
544 mtd->ecc_stats.corrected += stat;
/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);
/linux-master/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1465 * ECC failure. Otherwise we use the corrected buffer.
1488 mtd->ecc_stats.corrected += flips;
1496 mtd->ecc_stats.corrected += *status;
/linux-master/arch/xtensa/kernel/
H A Dentry.S1486 wsr a2, windowstart # set corrected windowstart

Completed in 452 milliseconds

123