Home
last modified time | relevance | path

Searched refs:rawnand_sw_bch_correct (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/mtd/
H A Drawnand.h1518 int rawnand_sw_bch_correct(struct nand_chip *chip, unsigned char *buf,
/linux/drivers/mtd/nand/raw/
H A Domap2.c1973 chip->ecc.correct = rawnand_sw_bch_correct; in omap_nand_attach_chip()
2010 chip->ecc.correct = rawnand_sw_bch_correct; in omap_nand_attach_chip()
H A Dnand_base.c5855 int rawnand_sw_bch_correct(struct nand_chip *chip, unsigned char *buf, in rawnand_sw_bch_correct() function
5862 EXPORT_SYMBOL(rawnand_sw_bch_correct);
5975 ecc->correct = rawnand_sw_bch_correct; in nand_set_ecc_soft_ops()