Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dnand_ecc.h29 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
/linux-4.4.14/drivers/mtd/nand/
Dnand_ecc.c423 int nand_calculate_ecc(struct mtd_info *mtd, const unsigned char *buf, in nand_calculate_ecc() function
431 EXPORT_SYMBOL(nand_calculate_ecc);
Dnand_base.c4209 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()