Searched refs:bitflip_threshold (Results 1 – 5 of 5) sorted by relevance
344 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->bitflip_threshold); in mtd_bitflip_threshold_show()352 unsigned int bitflip_threshold; in mtd_bitflip_threshold_store() local355 retval = kstrtouint(buf, 0, &bitflip_threshold); in mtd_bitflip_threshold_store()359 mtd->bitflip_threshold = bitflip_threshold; in mtd_bitflip_threshold_store()362 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,446 if (mtd->bitflip_threshold == 0) in add_mtd_device()447 mtd->bitflip_threshold = mtd->ecc_strength; in add_mtd_device()981 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read()1098 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read_oob()
760 slave->bitflip_threshold = master->bitflip_threshold; in allocate_partition()
170 mtd->bitflip_threshold); in mtd_show_device()
201 unsigned int bitflip_threshold; member
4593 if (!mtd->bitflip_threshold) in nand_scan_tail()4594 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in nand_scan_tail()