Searched refs:eccbuf (Results 1 – 3 of 3) sorted by relevance
| /drivers/mtd/nand/raw/atmel/ |
| A D | nand-controller.c | 821 void *eccbuf; in atmel_nand_pmecc_generate_eccbytes() local 838 eccbuf = chip->oob_poi + oobregion.offset; in atmel_nand_pmecc_generate_eccbytes() 842 eccbuf); in atmel_nand_pmecc_generate_eccbytes() 843 eccbuf += chip->ecc.bytes; in atmel_nand_pmecc_generate_eccbytes() 857 void *databuf, *eccbuf; in atmel_nand_pmecc_correct_data() local 873 eccbuf = chip->oob_poi + oobregion.offset; in atmel_nand_pmecc_correct_data() 878 eccbuf); in atmel_nand_pmecc_correct_data() 882 eccbuf, in atmel_nand_pmecc_correct_data() 895 eccbuf += chip->ecc.bytes; in atmel_nand_pmecc_correct_data()
|
| /drivers/mtd/nand/raw/gpmi-nand/ |
| A D | gpmi-nand.c | 1444 u8 *eccbuf = this->raw_buffer; in gpmi_count_bitflips() local 1457 nand_change_read_column_op(chip, offset, eccbuf, in gpmi_count_bitflips() 1468 eccbuf[0] |= GENMASK(bitoffset - 1, 0); in gpmi_count_bitflips() 1472 eccbuf[eccbytes - 1] |= GENMASK(7, bitoffset); in gpmi_count_bitflips() 1490 eccbuf, eccbytes, in gpmi_count_bitflips() 1498 eccbuf, eccbytes, in gpmi_count_bitflips()
|
| /drivers/mtd/ |
| A D | mtdcore.c | 2044 int mtd_ooblayout_get_eccbytes(struct mtd_info *mtd, u8 *eccbuf, in mtd_ooblayout_get_eccbytes() argument 2047 return mtd_ooblayout_get_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_get_eccbytes() 2064 int mtd_ooblayout_set_eccbytes(struct mtd_info *mtd, const u8 *eccbuf, in mtd_ooblayout_set_eccbytes() argument 2067 return mtd_ooblayout_set_bytes(mtd, eccbuf, oobbuf, start, nbytes, in mtd_ooblayout_set_eccbytes()
|
Completed in 19 milliseconds