Searched refs:mtd_ooblayout_get_eccbytes (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 358 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_bch_finish_io_req()
|
H A D | ecc-sw-hamming.c | 612 ret = mtd_ooblayout_get_eccbytes(mtd, ecccode, req->oobbuf.in, 0, in nand_ecc_sw_hamming_finish_io_req()
|
H A D | ecc-mxic.c | 602 mtd_ooblayout_get_eccbytes(mtd, in mxic_ecc_prepare_io_req_external()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 376 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 436 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdcore.c | 1392 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 D | mtdcore.c | 2029 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 D | pl35x-nand-controller.c | 646 ret = mtd_ooblayout_get_eccbytes(mtd, nfc->ecc_buf, chip->oob_poi, 0, in pl35x_nand_read_page_hwecc()
|
H A D | nand_base.c | 3072 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 D | omap2.c | 1561 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, in omap_read_page_bch()
|
H A D | stm32_fmc2_nand.c | 1126 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 D | denali.c | 318 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in denali_check_erased_page()
|