Searched refs:ecc_calc (Results 1 – 5 of 5) sorted by relevance
| /drivers/mtd/nand/raw/ |
| A D | omap2.c | 1028 ecc_code = ecc_calc; in _omap_calculate_ecc_bch() 1109 ecc_calc[j] ^= bch4_polynomial[j]; in _omap_calculate_ecc_bch() 1113 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch() 1120 ecc_calc[j] ^= bch8_polynomial[j]; in _omap_calculate_ecc_bch() 1124 ecc_calc[eccbytes - 1] = 0x0; in _omap_calculate_ecc_bch() 1173 ecc_calc += eccbytes; in omap_calculate_ecc_bch_multi() 1405 uint8_t *ecc_calc = chip->ecc.calc_buf; in omap_write_page_bch() local 1424 ecc_calc); in omap_write_page_bch() 1459 u8 *ecc_calc = chip->ecc.calc_buf; in omap_write_subpage_bch() local 1573 ecc_calc); in omap_read_page_bch() [all …]
|
| A D | nand_base.c | 3082 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_swecc() local 3089 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_swecc() 3241 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_read_page_hwecc() local 3256 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_hwecc() 4191 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_swecc() local 4220 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_page_hwecc() local 4265 uint8_t *ecc_calc = chip->ecc.calc_buf; in nand_write_subpage_hwecc() local 4289 memset(ecc_calc, 0xff, ecc_bytes); in nand_write_subpage_hwecc() 4291 chip->ecc.calculate(chip, buf, ecc_calc); in nand_write_subpage_hwecc() 4299 ecc_calc += ecc_bytes; in nand_write_subpage_hwecc() [all …]
|
| A 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()
|
| A D | fsmc_nand.c | 715 u8 *ecc_calc = chip->ecc.calc_buf; in fsmc_read_page_hwecc() local 757 chip->ecc.calculate(chip, p, &ecc_calc[i]); in fsmc_read_page_hwecc() 759 stat = chip->ecc.correct(chip, p, &ecc_code[i], &ecc_calc[i]); in fsmc_read_page_hwecc()
|
| A D | stm32_fmc2_nand.c | 703 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_read_page() local 728 stat = chip->ecc.correct(chip, p, ecc_code, ecc_calc); in stm32_fmc2_nfc_read_page() 1108 u8 *ecc_calc = chip->ecc.calc_buf; in stm32_fmc2_nfc_seq_read_page() local 1149 return chip->ecc.correct(chip, buf, ecc_code, ecc_calc); in stm32_fmc2_nfc_seq_read_page()
|
Completed in 28 milliseconds