Searched refs:nand_ecc_sw_hamming_correct (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/mtd/ | 
| D | nand-ecc-sw-hamming.h | 44 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-v5.15/drivers/mtd/nand/ | 
| D | ecc-sw-hamming.c | 454 int nand_ecc_sw_hamming_correct(struct nand_device *nand, unsigned char *buf,  in nand_ecc_sw_hamming_correct()  function 464 EXPORT_SYMBOL(nand_ecc_sw_hamming_correct); 624 		int stat =  nand_ecc_sw_hamming_correct(nand, data,  in nand_ecc_sw_hamming_finish_io_req()
  | 
| /Linux-v5.15/drivers/mtd/nand/raw/ | 
| D | nand_base.c | 5488 	return nand_ecc_sw_hamming_correct(base, buf, read_ecc, calc_ecc);  in rawnand_sw_hamming_correct()
  |