Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dnand-ecc-sw-hamming.h44 int nand_ecc_sw_hamming_correct(struct nand_device *nand, unsigned char *buf,
79 static inline int nand_ecc_sw_hamming_correct(struct nand_device *nand, in nand_ecc_sw_hamming_correct() function
/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c454 int nand_ecc_sw_hamming_correct(struct nand_device *nand, unsigned char *buf, in nand_ecc_sw_hamming_correct() function
465 EXPORT_SYMBOL(nand_ecc_sw_hamming_correct);
625 int stat = nand_ecc_sw_hamming_correct(nand, data, in nand_ecc_sw_hamming_finish_io_req()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c5790 return nand_ecc_sw_hamming_correct(base, buf, read_ecc, calc_ecc); in rawnand_sw_hamming_correct()