Searched refs:bitflips_threshold (Results 1 – 2 of 2) sorted by relevance
2675 static int nand_check_erased_buf(void *buf, int len, int bitflips_threshold) in nand_check_erased_buf() argument2685 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()2696 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()2703 if (unlikely(bitflips > bitflips_threshold)) in nand_check_erased_buf()2752 int bitflips_threshold) in nand_check_erased_ecc_chunk() argument2757 bitflips_threshold); in nand_check_erased_ecc_chunk()2761 bitflips_threshold -= data_bitflips; in nand_check_erased_ecc_chunk()2763 ecc_bitflips = nand_check_erased_buf(ecc, ecclen, bitflips_threshold); in nand_check_erased_ecc_chunk()2767 bitflips_threshold -= ecc_bitflips; in nand_check_erased_ecc_chunk()2770 bitflips_threshold); in nand_check_erased_ecc_chunk()
686 u8 bitflips_threshold) in cadence_nand_set_erase_detection() argument698 writel_relaxed(bitflips_threshold, cdns_ctrl->reg + ECC_CONFIG_1); in cadence_nand_set_erase_detection()