Searched refs:eccbuf (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c661 void *eccbuf; local
678 eccbuf = chip->oob_poi + oobregion.offset;
682 eccbuf);
683 eccbuf += chip->ecc.bytes;
697 void *databuf, *eccbuf; local
712 eccbuf = chip->oob_poi + oobregion.offset;
717 eccbuf);
721 eccbuf,
732 eccbuf += chip->ecc.bytes;
/u-boot/include/linux/mtd/
H A Dmtd.h376 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf,
378 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf,
/u-boot/drivers/mtd/
H A Dmtdcore.c1410 * @eccbuf: destination buffer to store ECC bytes
1419 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, argument
1422 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes,
1430 * @eccbuf: source buffer to get ECC bytes from
1439 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf, argument
1442 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes,
1470 * @eccbuf: source buffer to get data bytes from

Completed in 53 milliseconds