Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/mtd/nand/raw/
Domap2.c1002 const u_char *dat, u_char *ecc_calc, int i) in _omap_calculate_ecc_bch() argument
1012 ecc_code = ecc_calc; in _omap_calculate_ecc_bch()
1093 ecc_calc[j] ^= bch4_polynomial[j]; in _omap_calculate_ecc_bch()
1097 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch()
1104 ecc_calc[j] ^= bch8_polynomial[j]; in _omap_calculate_ecc_bch()
1108 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch()
1130 const u_char *dat, u_char *ecc_calc) in omap_calculate_ecc_bch_sw() argument
1132 return _omap_calculate_ecc_bch(nand_to_mtd(chip), dat, ecc_calc, 0); in omap_calculate_ecc_bch_sw()
1144 const u_char *dat, u_char *ecc_calc) in omap_calculate_ecc_bch_multi() argument
1153 ret = _omap_calculate_ecc_bch(mtd, dat, ecc_calc, i); in omap_calculate_ecc_bch_multi()
[all …]
Dnand_base.c3056 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_swecc() local
3063 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_swecc()
3076 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_swecc()
3215 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_hwecc() local
3230 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_hwecc()
3249 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_hwecc()
4158 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_swecc() local
4163 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_write_page_swecc()
4165 ret = mtd_ooblayout_set_eccbytes(mtd, ecc_calc, chip->oob_poi, 0, in nand_write_page_swecc()
4187 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_hwecc() local
[all …]
Domap_elm.c337 void elm_decode_bch_error_page(struct device *dev, u8 *ecc_calc, in elm_decode_bch_error_page() argument
349 elm_load_syndrome(info, err_vec, ecc_calc); in elm_decode_bch_error_page()
Dfsmc_nand.c713 u8 *ecc_calc = chip->ecc.calc_buf; in fsmc_read_page_hwecc() local
755 chip->ecc.calculate(chip, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
757 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in fsmc_read_page_hwecc()
Dstm32_fmc2_nand.c686 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_read_page() local
711 stat = chip->ecc.correct(chip, p, ecc_code, ecc_calc); in stm32_fmc2_nfc_read_page()
1091 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_seq_read_page() local
1132 return chip->ecc.correct(chip, buf, ecc_code, ecc_calc); in stm32_fmc2_nfc_seq_read_page()