Searched defs:ecc_code (Results  1 – 17 of 17) sorted by relevance
| /linux-4.1.27/include/linux/mtd/ | 
| D | nand_bch.h | 49 		       u_char *ecc_code)  in nand_bch_calculate_ecc()
 | 
| /linux-4.1.27/drivers/mtd/nand/ | 
| D | davinci_nand.c | 178 				      const u_char *dat, u_char *ecc_code)  in nand_davinci_calculate_1bit()271 		const u_char *dat, u_char *ecc_code)  in nand_davinci_calculate_4bit()
 308 		u_char *data, u_char *ecc_code, u_char *null)  in nand_davinci_correct_4bit()
 
 | 
| D | sharpsl.c | 97 static int sharpsl_nand_calculate_ecc(struct mtd_info *mtd, const u_char * dat, u_char * ecc_code)  in sharpsl_nand_calculate_ecc()
 | 
| D | s3c2410.c | 587 				      u_char *ecc_code)  in s3c2410_nand_calculate_ecc()601 				      u_char *ecc_code)  in s3c2412_nand_calculate_ecc()
 616 				      u_char *ecc_code)  in s3c2440_nand_calculate_ecc()
 
 | 
| D | ndfc.c | 100 			      const u_char *dat, u_char *ecc_code)  in ndfc_calculate_ecc()
 | 
| D | cs553x_nand.c | 170 static int cs_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code)  in cs_calculate_ecc()
 | 
| D | omap2.c | 929 				u_char *ecc_code)  in omap_calculate_ecc()1169 	u8 *ecc_code;  in omap_calculate_ecc_bch()  local
 1549 	uint8_t *ecc_code = chip->buffers->ecccode;  in omap_read_page_bch()  local
 
 | 
| D | jz4740_nand.c | 166 	uint8_t *ecc_code)  in jz_nand_calculate_ecc_rs()
 | 
| D | tmio_nand.c | 269 							u_char *ecc_code)  in tmio_nand_calculate_ecc()
 | 
| D | r852.c | 435 							uint8_t *ecc_code)  in r852_ecc_calculate()
 | 
| D | txx9ndfmc.c | 175 				   uint8_t *ecc_code)  in txx9ndfmc_calculate_ecc()
 | 
| D | bf5xx_nand.c | 329 		const u_char *dat, u_char *ecc_code)  in bf5xx_nand_calculate_ecc()
 | 
| D | nand_base.c | 1183 	uint8_t *ecc_code = chip->buffers->ecccode;  in nand_read_page_swecc()  local1323 	uint8_t *ecc_code = chip->buffers->ecccode;  in nand_read_page_hwecc()  local
 1375 	uint8_t *ecc_code = chip->buffers->ecccode;  in nand_read_page_hwecc_oob_first()  local
 
 | 
| D | fsmc_nand.c | 723 	uint8_t *ecc_code = chip->buffers->ecccode;  in fsmc_read_page_hwecc()  local
 | 
| D | diskonchip.c | 844 static int doc200x_calculate_ecc(struct mtd_info *mtd, const u_char *dat, unsigned char *ecc_code)  in doc200x_calculate_ecc()
 | 
| D | mxc_nand.c | 685 				  u_char *ecc_code)  in mxc_nand_calculate_ecc()
 | 
| D | atmel_nand.c | 1308 		const u_char *dat, unsigned char *ecc_code)  in atmel_nand_calculate()
 |