Searched refs:bitflip_threshold (Results 1 – 6 of 6) sorted by relevance
345 return snprintf(buf, PAGE_SIZE, "%u\n", mtd->bitflip_threshold); in mtd_bitflip_threshold_show()353 unsigned int bitflip_threshold; in mtd_bitflip_threshold_store() local356 retval = kstrtouint(buf, 0, &bitflip_threshold); in mtd_bitflip_threshold_store()360 mtd->bitflip_threshold = bitflip_threshold; in mtd_bitflip_threshold_store()363 static DEVICE_ATTR(bitflip_threshold, S_IRUGO | S_IWUSR,447 if (mtd->bitflip_threshold == 0) in add_mtd_device()448 mtd->bitflip_threshold = mtd->ecc_strength; in add_mtd_device()982 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read()1099 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read_oob()
761 slave->bitflip_threshold = master->bitflip_threshold; in allocate_partition()
156 mtd->bitflip_threshold); in mtd_show_device()
206 unsigned int bitflip_threshold; member
1796 return max(mtd->bitflip_threshold, corrected); in brcmnand_read()2332 mtd->bitflip_threshold = 1; in brcmnand_init_cs()
5286 if (!mtd->bitflip_threshold) in nand_scan_tail()5287 mtd->bitflip_threshold = DIV_ROUND_UP(mtd->ecc_strength * 3, 4); in nand_scan_tail()