Home
last modified time | relevance | path

Searched refs:code_buf (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_base.c3097 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_swecc()
3208 ret = mtd_ooblayout_get_eccbytes(mtd, chip->ecc.code_buf, in nand_read_subpage()
3217 stat = chip->ecc.correct(mtd, p, &chip->ecc.code_buf[i], in nand_read_subpage()
3223 &chip->ecc.code_buf[i], in nand_read_subpage()
3257 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc()
3330 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc_oob_first()
6611 ecc->code_buf = kmalloc(mtd->oobsize, GFP_KERNEL); in nand_scan_tail()
6612 if (!ecc->calc_buf || !ecc->code_buf) { in nand_scan_tail()
6751 kfree(ecc->code_buf); in nand_scan_tail()
6827 kfree(chip->ecc.code_buf); in nand_cleanup()
Dfsmc_nand.c730 uint8_t *ecc_code = chip->ecc.code_buf; in fsmc_read_page_hwecc()
Domap2.c1637 uint8_t *ecc_code = chip->ecc.code_buf; in omap_read_page_bch()
/Linux-v4.19/include/linux/mtd/
Drawnand.h648 u8 *code_buf; member