Searched refs:nand_calculate_ecc (Results 1 – 3 of 3) sorted by relevance
29 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
423 int nand_calculate_ecc(struct mtd_info *mtd, const unsigned char *buf, in nand_calculate_ecc() function431 EXPORT_SYMBOL(nand_calculate_ecc);
4209 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()