Home
last modified time | relevance | path

Searched refs:calc_buf (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/mtd/nand/
A Decc-sw-bch.c239 engine_conf->calc_buf = kzalloc(mtd->oobsize, GFP_KERNEL); in nand_ecc_sw_bch_init_ctx()
241 if (!engine_conf->calc_buf || !engine_conf->code_buf) { in nand_ecc_sw_bch_init_ctx()
268 kfree(engine_conf->calc_buf); in nand_ecc_sw_bch_init_ctx()
284 kfree(engine_conf->calc_buf); in nand_ecc_sw_bch_cleanup_ctx()
300 u8 *ecccalc = engine_conf->calc_buf; in nand_ecc_sw_bch_prepare_io_req()
337 u8 *ecccalc = engine_conf->calc_buf; in nand_ecc_sw_bch_finish_io_req()
A Decc-sw-hamming.c508 engine_conf->calc_buf = kzalloc(mtd->oobsize, GFP_KERNEL); in nand_ecc_sw_hamming_init_ctx()
510 if (!engine_conf->calc_buf || !engine_conf->code_buf) { in nand_ecc_sw_hamming_init_ctx()
523 kfree(engine_conf->calc_buf); in nand_ecc_sw_hamming_init_ctx()
538 kfree(engine_conf->calc_buf); in nand_ecc_sw_hamming_cleanup_ctx()
554 u8 *ecccalc = engine_conf->calc_buf; in nand_ecc_sw_hamming_prepare_io_req()
591 u8 *ecccalc = engine_conf->calc_buf; in nand_ecc_sw_hamming_finish_io_req()
/linux-6.3-rc2/include/linux/mtd/
A Dnand-ecc-sw-bch.h28 u8 *calc_buf; member
A Dnand-ecc-sw-hamming.h27 u8 *calc_buf; member
A Drawnand.h359 u8 *calc_buf; member
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dnand_base.c3025 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_swecc()
3146 &chip->ecc.calc_buf[i]); in nand_read_subpage()
3184 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_hwecc()
4104 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_swecc()
4133 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_hwecc()
4178 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_subpage_hwecc()
4218 ecc_calc = chip->ecc.calc_buf; in nand_write_subpage_hwecc()
6334 ecc->calc_buf = kmalloc(mtd->oobsize, GFP_KERNEL); in nand_scan_tail()
6336 if (!ecc->calc_buf || !ecc->code_buf) { in nand_scan_tail()
6505 kfree(ecc->calc_buf); in nand_scan_tail()
[all …]
A Domap2.c1389 uint8_t *ecc_calc = chip->ecc.calc_buf; in omap_write_page_bch()
1443 u8 *ecc_calc = chip->ecc.calc_buf; in omap_write_subpage_bch()
1524 uint8_t *ecc_calc = chip->ecc.calc_buf; in omap_read_page_bch()
A Dstm32_fmc2_nand.c686 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_read_page()
1091 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_seq_read_page()
A Dfsmc_nand.c713 u8 *ecc_calc = chip->ecc.calc_buf; in fsmc_read_page_hwecc()

Completed in 33 milliseconds