Searched defs:eccsize (Results 1 – 7 of 7) sorted by relevance
/linux/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
|
/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 3016 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 3078 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 3237 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 3310 int i, eccsize = chip->ecc.size, ret; nand_read_page_hwecc_oob_first() local 3376 int ret, i, eccsize = chip->ecc.size; nand_read_page_syndrome() local 3778 int eccsize = chip->ecc.size; nand_read_oob_syndrome() local 3845 int eccsize = chip->ecc.size, length = mtd->oobsize; nand_write_oob_syndrome() local 4127 int eccsize = chip->ecc.size; nand_write_page_raw_syndrome() local 4188 int i, eccsize = chip->ecc.size, ret; nand_write_page_swecc() local 4217 int i, eccsize = chip->ecc.size, ret; nand_write_page_hwecc() local 4334 int i, eccsize = chip->ecc.size; nand_write_page_syndrome() local [all...] |
H A D | stm32_fmc2_nand.c | 634 static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *ecc_sta) in stm32_fmc2_nfc_bch_decode() argument 698 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local 863 int eccsize = chip->ecc.size; in stm32_fmc2_nfc_xfer() local 1052 int i, s, eccsize = chip->ecc.size; stm32_fmc2_nfc_seq_correct() local [all...] |
H A D | txx9ndfmc.c | 191 int eccsize; in txx9ndfmc_correct_data() local
|
H A D | fsmc_nand.c | 711 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
/linux/drivers/mtd/nand/raw/gpmi-nand/ |
H A D | gpmi-nand.c | 1834 int eccsize = nfc_geo->eccn_chunk_size; in gpmi_ecc_read_page_raw() local 1919 int eccsize = nfc_geo->eccn_chunk_size; in gpmi_ecc_write_page_raw() local
|