Home
last modified time | relevance | path

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

/u-boot/include/linux/mtd/
A Dmtd.h375 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
377 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf,
/u-boot/drivers/mtd/
A Dmtdcore.c1392 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() argument
1395 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes()
1412 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf, in mtd_ooblayout_set_eccbytes() argument
1415 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()

Completed in 12 milliseconds