Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h376 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c1390 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() function
1396 EXPORT_SYMBOL_GPL(mtd_ooblayout_get_eccbytes);
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Ddenali.c319 ret = mtd_ooblayout_get_eccbytes(mtd, ecc_code, chip->oob_poi, 0, in denali_check_erased_page()