Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_base.c2703 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_swecc()
2813 ret = mtd_ooblayout_get_eccbytes(mtd, chip->ecc.code_buf, in nand_read_subpage()
2822 stat = chip->ecc.correct(chip, p, &chip->ecc.code_buf[i], in nand_read_subpage()
2828 &chip->ecc.code_buf[i], in nand_read_subpage()
2862 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc()
2935 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc_oob_first()
5691 ecc->code_buf = kmalloc(mtd->oobsize, GFP_KERNEL); in nand_scan_tail()
5692 if (!ecc->calc_buf || !ecc->code_buf) { in nand_scan_tail()
5835 kfree(ecc->code_buf); in nand_scan_tail()
5909 kfree(chip->ecc.code_buf); in nand_cleanup()
Dstm32_fmc2_nand.c730 u8 *ecc_code = chip->ecc.code_buf; in stm32_fmc2_read_page()
1143 u8 *ecc_code = chip->ecc.code_buf; in stm32_fmc2_sequencer_read_page()
Dfsmc_nand.c680 u8 *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-v5.4/include/linux/mtd/
Drawnand.h366 u8 *code_buf; member