Home
last modified time | relevance | path

Searched refs:nand_ecc_sw_bch_calculate (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/nand/
Decc-sw-bch.c23 int nand_ecc_sw_bch_calculate(struct nand_device *nand, in nand_ecc_sw_bch_calculate() function
38 EXPORT_SYMBOL(nand_ecc_sw_bch_calculate);
322 nand_ecc_sw_bch_calculate(nand, data, &ecccalc[i]); in nand_ecc_sw_bch_prepare_io_req()
365 nand_ecc_sw_bch_calculate(nand, data, &ecccalc[i]); in nand_ecc_sw_bch_finish_io_req()
/drivers/mtd/nand/raw/
Dnand_base.c5606 return nand_ecc_sw_bch_calculate(base, buf, code); in rawnand_sw_bch_calculate()