Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/mtd/
Drawnand.h1478 int rawnand_sw_bch_correct(struct nand_chip *chip, unsigned char *buf,
/Linux-v5.15/drivers/mtd/nand/raw/
Domap2.c2101 chip->ecc.correct = rawnand_sw_bch_correct; in omap_nand_attach_chip()
2138 chip->ecc.correct = rawnand_sw_bch_correct; in omap_nand_attach_chip()
Dnand_base.c5534 int rawnand_sw_bch_correct(struct nand_chip *chip, unsigned char *buf, in rawnand_sw_bch_correct() function
5541 EXPORT_SYMBOL(rawnand_sw_bch_correct);
5654 ecc->correct = rawnand_sw_bch_correct; in nand_set_ecc_soft_ops()