Searched refs:eccbuf (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/linux/mtd/ |
A D | mtd.h | 375 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 D | mtdcore.c | 1392 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