Home
last modified time | relevance | path

Searched refs:mtd_ooblayout_get_eccbytes (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-bch.c358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
H A Decc-sw-hamming.c612 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
H A Decc-mxic.c602 mtd_ooblayout_get_eccbytes(mtd, in mxic_ecc_prepare_io_req_external()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h376 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
/openbmc/linux/include/linux/mtd/
H A Dmtd.h436 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1392 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() function
1398 EXPORT_SYMBOL_GPL(mtd_ooblayout_get_eccbytes);
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c2029 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() function
2035 EXPORT_SYMBOL_GPL(mtd_ooblayout_get_eccbytes);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c646 ret = mtd_ooblayout_get_eccbytes(mtd, nfc->ecc_buf, chip->oob_poi, 0, in pl35x_nand_read_page_hwecc()
H A Dnand_base.c3072 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_swecc()
3174 ret = mtd_ooblayout_get_eccbytes(mtd, chip->ecc.code_buf, in nand_read_subpage()
3245 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_hwecc()
3308 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in nand_read_page_hwecc_oob_first()
H A Domap2.c1561 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, in omap_read_page_bch()
H A Dstm32_fmc2_nand.c1126 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in stm32_fmc2_nfc_seq_read_page()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali.c318 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in denali_check_erased_page()