Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mtd/
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
/linux-6.3-rc2/drivers/mtd/nand/
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()
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dnand_base.c5702 return nand_ecc_sw_hamming_correct(base, buf, read_ecc, calc_ecc); in rawnand_sw_hamming_correct()

Completed in 15 milliseconds