Searched defs:eccsize (Results 1 – 14 of 14) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_spl_simple.c | 146 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local 177 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
|
A D | am335x_spl_bch.c | 157 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
|
A D | nand_bch.c | 119 unsigned int eccsize = nand->ecc.size; in nand_bch_init() local
|
A D | mxc_nand.c | 444 int eccsize = chip->ecc.size; local 489 int n, eccsize = chip->ecc.size; local 581 int eccsize = chip->ecc.size; local 621 int i, n, eccsize = chip->ecc.size; local
|
A D | nand_base.c | 1801 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local 1859 int i, eccsize = chip->ecc.size; in nand_read_page_swecc() local 2018 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc() local 2088 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc_oob_first() local 2155 int ret, i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local 2514 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local 2581 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local 2831 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local 2889 int i, eccsize = chip->ecc.size; in nand_write_page_swecc() local 2918 int i, eccsize = chip->ecc.size; in nand_write_page_hwecc() local [all …]
|
A D | zynq_nand.c | 584 int i, eccsteps, eccsize = chip->ecc.size; in zynq_nand_write_page_hwecc() local 642 int i, eccsize = chip->ecc.size; in zynq_nand_write_page_swecc() local 675 int i, stat, eccsteps, eccsize = chip->ecc.size; in zynq_nand_read_page_hwecc() local 747 int i, eccsize = chip->ecc.size; in zynq_nand_read_page_swecc() local
|
A D | fsmc_nand.c | 340 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
|
A D | atmel_nand.c | 541 int eccsize = chip->ecc.size; in atmel_nand_pmecc_read_page() local 1040 int eccsize = chip->ecc.size; in atmel_nand_read_page() local 1328 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
|
A D | davinci_nand.c | 426 int i, eccsize = chip->ecc.size; in nand_davinci_read_page_hwecc() local
|
A D | stm32_fmc2_nand.c | 456 int i, ret, den, eccsize = chip->ecc.size; in stm32_fmc2_nfc_bch_correct() local 507 int i, s, stat, eccsize = chip->ecc.size; in stm32_fmc2_nfc_read_page() local
|
A D | omap_gpmc.c | 587 int i, eccsize = chip->ecc.size; in omap_read_page_bch() local
|
A D | octeontx_nand.c | 1607 int i, eccsize = chip->ecc.size, ret; in octeontx_nand_hw_bch_read_page() local 1653 int i, eccsize = chip->ecc.size, ret; in octeontx_nand_hw_bch_write_page() local 1816 unsigned int eccsize = nand->ecc.size; in octeontx_bch_save_empty_eccmask() local
|
A D | vf610_nfc.c | 594 int eccsize = chip->ecc.size; in vf610_nfc_read_page() local
|
A D | arasan_nfc.c | 177 u16 eccsize; member
|
Completed in 36 milliseconds