Searched refs:bitflips_threshold (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1620 * @bitflips_threshold: maximum number of bitflips
1624 * The bitflips_threshold specify the maximum number of bitflips before
1629 * bitflips_threshold value.
1632 * bitflips_threshold, or -ERROR_CODE for bitflips in excess of the
1635 static int nand_check_erased_buf(void *buf, int len, int bitflips_threshold) argument
1645 if (unlikely(bitflips > bitflips_threshold))
1652 if (unlikely(bitflips > bitflips_threshold))
1659 if (unlikely(bitflips > bitflips_threshold))
1675 * @bitflips_threshold: maximum number of bitflips
1680 * The bitflips_threshold specif
1705 nand_check_erased_ecc_chunk(void *data, int datalen, void *ecc, int ecclen, void *extraoob, int extraooblen, int bitflips_threshold) argument
[all...]

Completed in 38 milliseconds