Home
last modified time | relevance | path

Searched refs:ecc_calc (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/platform_data/
Delm.h36 void elm_decode_bch_error_page(struct device *dev, u8 *ecc_calc,
42 elm_decode_bch_error_page(struct device *dev, u8 *ecc_calc, in elm_decode_bch_error_page() argument
/Linux-v5.10/drivers/mtd/nand/raw/
Domap2.c1141 const u_char *dat, u_char *ecc_calc, int i) in _omap_calculate_ecc_bch() argument
1151 ecc_code = ecc_calc; in _omap_calculate_ecc_bch()
1232 ecc_calc[j] ^= bch4_polynomial[j]; in _omap_calculate_ecc_bch()
1236 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch()
1243 ecc_calc[j] ^= bch8_polynomial[j]; in _omap_calculate_ecc_bch()
1247 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch()
1269 const u_char *dat, u_char *ecc_calc) in omap_calculate_ecc_bch_sw() argument
1271 return _omap_calculate_ecc_bch(nand_to_mtd(chip), dat, ecc_calc, 0); in omap_calculate_ecc_bch_sw()
1283 const u_char *dat, u_char *ecc_calc) in omap_calculate_ecc_bch_multi() argument
1292 ret = _omap_calculate_ecc_bch(mtd, dat, ecc_calc, i); in omap_calculate_ecc_bch_multi()
[all …]
Dnand_base.c2736 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_swecc() local
2743 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_swecc()
2756 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_swecc()
2895 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_hwecc() local
2910 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_hwecc()
2929 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_hwecc()
3709 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_swecc() local
3714 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_write_page_swecc()
3716 ret = mtd_ooblayout_set_eccbytes(mtd, ecc_calc, chip->oob_poi, 0, in nand_write_page_swecc()
3738 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_hwecc() local
[all …]
Domap_elm.c336 void elm_decode_bch_error_page(struct device *dev, u8 *ecc_calc, in elm_decode_bch_error_page() argument
348 elm_load_syndrome(info, err_vec, ecc_calc); in elm_decode_bch_error_page()
Dfsmc_nand.c682 u8 *ecc_calc = chip->ecc.calc_buf; in fsmc_read_page_hwecc() local
724 chip->ecc.calculate(chip, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
726 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in fsmc_read_page_hwecc()
Ddavinci_nand.c397 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_davinci_read_page_hwecc_oob_first() local
423 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_davinci_read_page_hwecc_oob_first()
Dstm32_fmc2_nand.c682 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_read_page() local
707 stat = chip->ecc.correct(chip, p, ecc_code, ecc_calc); in stm32_fmc2_nfc_read_page()
1085 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_seq_read_page() local
1126 return chip->ecc.correct(chip, buf, ecc_code, ecc_calc); in stm32_fmc2_nfc_seq_read_page()