Searched refs:bitflip_threshold (Results 1 – 6 of 6) sorted by relevance
136 What: /sys/class/mtd/mtdX/bitflip_threshold161 bitflip_threshold. Users are discouraged from doing this,164 bitflip_threshold should be low enough to detect genuine erase167 bitflips occur. Note that if bitflip_threshold exceeds169 Conversely, if bitflip_threshold is zero, -EUCLEAN is always
88 max_bitflips = mtd->bitflip_threshold; in toshiba_nand_benand_eccstatus()
6445 * Initialize bitflip_threshold to its default prior scan_bbt() call. in nand_scan_tail() 6446 * scan_bbt() might invoke mtd_read(), thus bitflip_threshold must be in nand_scan_tail() 6449 if (!mtd->bitflip_threshold) in nand_scan_tail() 6450 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in nand_scan_tail()
288 unsigned int bitflip_threshold; member
2278 return max(mtd->bitflip_threshold, corrected); in brcmnand_read()3062 mtd->bitflip_threshold = 1; in brcmnand_attach_chip()
1993 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in spinand_probe()