Searched refs:nand_calculate_ecc (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/include/linux/mtd/ |
D | nand_ecc.h | 29 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
|
/linux-3.4.99/drivers/mtd/nand/ |
D | nand_ecc.c | 424 int nand_calculate_ecc(struct mtd_info *mtd, const unsigned char *buf, in nand_calculate_ecc() function 432 EXPORT_SYMBOL(nand_calculate_ecc);
|
D | alauda.c | 180 nand_calculate_ecc(NULL, buf, calc_ecc); in correct_data() 477 nand_calculate_ecc(mtd, buf, &oob[13]); in alauda_write() 478 nand_calculate_ecc(mtd, buf+256, &oob[8]); in alauda_write()
|
D | nand_base.c | 3348 chip->ecc.calculate = nand_calculate_ecc; in nand_scan_tail()
|