Searched refs:nand_calculate_ecc (Results 1 – 13 of 13) sorted by relevance
66 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, in nand_calculate_ecc() function
225 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
1218 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_init()
1433 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
5130 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()
21 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
24 int nand_calculate_ecc(struct nand_chip *chip, const u_char *dat,
369 int nand_calculate_ecc(struct nand_chip *chip, const unsigned char *buf, in nand_calculate_ecc() function378 EXPORT_SYMBOL(nand_calculate_ecc);
5208 ecc->calculate = nand_calculate_ecc; in nand_set_ecc_soft_ops()