Searched defs:eccsize (Results 1 – 9 of 9) sorted by relevance
/linux/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/drivers/mtd/nand/raw/ |
A D | nand_base.c | 2884 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 2946 int i, eccsize = chip->ecc.size, ret; in nand_read_page_swecc() local 3105 int i, eccsize = chip->ecc.size, ret; in nand_read_page_hwecc() local 3177 int ret, i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 3526 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 3593 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 3867 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 3928 int i, eccsize = chip->ecc.size, ret; in nand_write_page_swecc() local 3957 int i, eccsize = chip->ecc.size, ret; in nand_write_page_hwecc() local 4074 int i, eccsize = chip->ecc.size; in nand_write_page_syndrome() local
|
A D | stm32_fmc2_nand.c | 615 static int stm32_fmc2_nfc_bch_decode(int eccsize, u8 *dat, u32 *ecc_sta) in stm32_fmc2_nfc_bch_decode() 679 int ret, i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local 844 int eccsize = chip->ecc.size; in stm32_fmc2_nfc_xfer() local 1031 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 | davinci_nand.c | 392 int i, eccsize = chip->ecc.size, ret; in nand_davinci_read_page_hwecc_oob_first() 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/drivers/mtd/nand/raw/gpmi-nand/ |
A D | gpmi-nand.c | 1578 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_read_page_raw() local 1663 int eccsize = nfc_geo->ecc_chunk_size; in gpmi_ecc_write_page_raw() local
|
Completed in 35 milliseconds