Searched refs:ecc_calc (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/platform_data/ |
D | elm.h | 36 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.1.9/drivers/mtd/nand/raw/ |
D | omap2.c | 1002 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 …]
|
D | nand_base.c | 2952 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_swecc() local 2959 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_swecc() 2972 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_swecc() 3111 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_hwecc() local 3126 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_hwecc() 3145 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in nand_read_page_hwecc() 4008 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_swecc() local 4013 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_write_page_swecc() 4015 ret = mtd_ooblayout_set_eccbytes(mtd, ecc_calc, chip->oob_poi, 0, in nand_write_page_swecc() 4037 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_hwecc() local [all …]
|
D | omap_elm.c | 337 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()
|
D | fsmc_nand.c | 713 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()
|
D | stm32_fmc2_nand.c | 686 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()
|