Home
last modified time | relevance | path

Searched refs:nand_ecc_is_strong_enough (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mtd/nand/
H A Decc.c467 bool nand_ecc_is_strong_enough(struct nand_device *nand) in nand_ecc_is_strong_enough() function
487 EXPORT_SYMBOL(nand_ecc_is_strong_enough);
H A Dcore.c286 if (!nand_ecc_is_strong_enough(nand)) in nanddev_find_ecc_configuration()
/openbmc/linux/include/linux/mtd/
H A Dnand.h305 bool nand_ecc_is_strong_enough(struct nand_device *nand);
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c261 if (!nand_ecc_is_strong_enough(nand)) in gpmi_check_ecc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6467 if (!nand_ecc_is_strong_enough(&chip->base)) in nand_scan_tail()