Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dnand_bch.h24 int nand_bch_calculate_ecc(struct mtd_info *mtd, const u_char *dat,
46 nand_bch_calculate_ecc(struct mtd_info *mtd, const u_char *dat, in nand_bch_calculate_ecc() function
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bch.c41 int nand_bch_calculate_ecc(struct mtd_info *mtd, const unsigned char *buf, in nand_bch_calculate_ecc() function
H A Dnand_base.c4457 ecc->calculate = nand_bch_calculate_ecc; in nand_scan_tail()