Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dnand_ecc.h20 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code);
/external/u-boot/drivers/mtd/nand/
Dnand_ecc.c65 int nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, in nand_calculate_ecc() function
Dnand_spl_simple.c224 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
Dzynq_nand.c1217 nand_chip->ecc.calculate = nand_calculate_ecc; in zynq_nand_init()
Datmel_nand.c1432 nand_chip.ecc.calculate = nand_calculate_ecc; in nand_init()
Dnand_base.c4487 ecc->calculate = nand_calculate_ecc; in nand_scan_tail()