/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_bch.c | 112 unsigned int eccsize = nand->ecc.size; in nand_bch_init() local [all...] |
H A D | nand_ecc.c | 123 void __nand_calculate_ecc(const unsigned char *buf, unsigned int eccsize, in __nand_calculate_ecc() argument 390 __nand_correct_data(unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc, unsigned int eccsize, bool sm_order) __nand_correct_data() argument
|
H A D | davinci_nand.c | 390 int i, eccsize = chip->ecc.size, ret; in nand_davinci_read_page_hwecc_oob_first() local
|
H A D | txx9ndfmc.c | 192 int eccsize; in txx9ndfmc_correct_data() local
|
H A D | fsmc_nand.c | 698 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
H A D | mxc_nand.c | 158 int eccsize; member 177 int eccsize; member [all...] |
H A D | stm32_fmc2_nand.c | 613 static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *ecc_sta) in stm32_fmc2_nfc_bch_decode() argument 677 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local 842 int eccsize = chip->ecc.size; in stm32_fmc2_nfc_xfer() local 1029 int i, s, eccsize = chip->ecc.size; stm32_fmc2_nfc_seq_correct() local [all...] |
H A D | nand_base.c | 2671 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 2733 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 2892 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 2964 int ret, i, eccsize = chip->ecc.size; nand_read_page_syndrome() local 3309 int eccsize = chip->ecc.size; nand_read_oob_syndrome() local 3376 int eccsize = chip->ecc.size, length = mtd->oobsize; nand_write_oob_syndrome() local 3644 int eccsize = chip->ecc.size; nand_write_page_raw_syndrome() local 3705 int i, eccsize = chip->ecc.size, ret; nand_write_page_swecc() local 3734 int i, eccsize = chip->ecc.size, ret; nand_write_page_hwecc() local 3851 int i, eccsize = chip->ecc.size; nand_write_page_syndrome() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 111 unsigned int eccsize = nand->ecc.ctx.conf.step_size; in nand_ecc_sw_bch_init() local 296 int eccsize = nand->ecc.ctx.conf.step_size; in nand_ecc_sw_bch_prepare_io_req() local 333 int eccsize in nand_ecc_sw_bch_finish_io_req() local [all...] |
H A D | ecc-sw-hamming.c | 550 int eccsize = nand->ecc.ctx.conf.step_size; in nand_ecc_sw_hamming_prepare_io_req() local 587 int eccsize = nand->ecc.ctx.conf.step_size; in nand_ecc_sw_hamming_finish_io_req() local
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | txx9ndfmc.c | 191 int eccsize; in txx9ndfmc_correct_data() local
|
H A D | fsmc_nand.c | 709 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
H A D | stm32_fmc2_nand.c | 617 static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *ecc_sta) in stm32_fmc2_nfc_bch_decode() argument 681 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local 846 int eccsize = chip->ecc.size; in stm32_fmc2_nfc_xfer() local 1035 int i, s, eccsize = chip->ecc.size; stm32_fmc2_nfc_seq_correct() local [all...] |
H A D | mxc_nand.c | 156 int eccsize; member 175 int eccsize; member [all...] |
H A D | nand_base.c | 2990 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 3052 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 3211 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 3284 int i, eccsize = chip->ecc.size, ret; nand_read_page_hwecc_oob_first() local 3350 int ret, i, eccsize = chip->ecc.size; nand_read_page_syndrome() local 3745 int eccsize = chip->ecc.size; nand_read_oob_syndrome() local 3812 int eccsize = chip->ecc.size, length = mtd->oobsize; nand_write_oob_syndrome() local 4094 int eccsize = chip->ecc.size; nand_write_page_raw_syndrome() local 4155 int i, eccsize = chip->ecc.size, ret; nand_write_page_swecc() local 4184 int i, eccsize = chip->ecc.size, ret; nand_write_page_hwecc() local 4301 int i, eccsize = chip->ecc.size; nand_write_page_syndrome() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/ |
H A D | gpmi-nand.c | 1594 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_read_page_raw() local 1679 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_write_page_raw() local
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/gpmi-nand/ |
H A D | gpmi-nand.c | 1816 int eccsize = nfc_geo->eccn_chunk_size; in gpmi_ecc_read_page_raw() local 1901 int eccsize = nfc_geo->eccn_chunk_size; in gpmi_ecc_write_page_raw() local
|