Home
last modified time | relevance | path

Searched refs:bitflip_threshold (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-mtd136 What: /sys/class/mtd/mtdX/bitflip_threshold
161 bitflip_threshold. Users are discouraged from doing this,
164 bitflip_threshold should be low enough to detect genuine erase
167 bitflips occur. Note that if bitflip_threshold exceeds
169 Conversely, if bitflip_threshold is zero, -EUCLEAN is always
/linux/drivers/mtd/nand/raw/
H A Dnand_toshiba.c88 max_bitflips = mtd->bitflip_threshold; in toshiba_nand_benand_eccstatus()
H A Dnand_base.c6449 if (!mtd->bitflip_threshold) in nand_scan_tail()
6450 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in nand_scan_tail()
/linux/include/linux/mtd/
H A Dmtd.h288 unsigned int bitflip_threshold; member
/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2278 return max(mtd->bitflip_threshold, corrected); in brcmnand_read()
3062 mtd->bitflip_threshold = 1; in brcmnand_attach_chip()
/linux/drivers/mtd/nand/spi/
H A Dcore.c1930 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in spinand_init()