Searched defs:eccsize (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/mtd/nand/ |
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 = nand->ecc.ctx.conf.step_size; in nand_ecc_sw_bch_finish_io_req() local
|
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
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | nand_base.c | 2959 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 3021 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 3180 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 3253 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc_oob_first() local 3319 int ret, i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 3691 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 3758 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 4040 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 4101 int i, eccsize = chip->ecc.size, ret; in nand_write_page_swecc() local 4130 int i, eccsize = chip->ecc.size, ret; in nand_write_page_hwecc() local [all …]
|
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() 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; in stm32_fmc2_nfc_seq_correct() local
|
A D | txx9ndfmc.c | 191 int eccsize; in txx9ndfmc_correct_data() local
|
A D | mxc_nand.c | 157 int eccsize; member 176 int eccsize; member
|
A D | fsmc_nand.c | 709 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
/linux-6.3-rc2/drivers/mtd/nand/raw/gpmi-nand/ |
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
|
Completed in 35 milliseconds