Searched refs:eccbuf (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 376 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, 378 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf,
|
| /openbmc/u-boot/drivers/mtd/ |
| H 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()
|