Searched refs:nand_calculate_ecc (Results 1 – 6 of 6) sorted by relevance
20 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
65 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, in nand_calculate_ecc() function
220 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
1253 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_probe()
1444 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
5068 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()
Completed in 21 milliseconds