Searched refs:mtd_ooblayout_get_eccbytes (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/linux/mtd/ |
A D | mtd.h | 375 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
|
/u-boot/drivers/mtd/ |
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);
|
/u-boot/drivers/mtd/nand/raw/ |
A D | denali.c | 299 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in denali_check_erased_page()
|
A D | octeontx_nand.c | 1620 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in octeontx_nand_hw_bch_read_page()
|
Completed in 16 milliseconds