Home
last modified time | relevance | path

Searched defs:eccsize (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c146 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
177 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
H A Dam335x_spl_bch.c156 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
H A Dnand_bch.c117 unsigned int eccsize = nand->ecc.size; in nand_bch_init() local
H A Dnand_base.c1243 int eccsize = chip->ecc.size; in nand_read_page_raw_syndrome() local
1284 int i, eccsize = chip->ecc.size; in nand_read_page_swecc() local
1434 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc() local
1496 int i, eccsize = chip->ecc.size; in nand_read_page_hwecc_oob_first() local
1554 int i, eccsize = chip->ecc.size; in nand_read_page_syndrome() local
1894 int eccsize = chip->ecc.size; in nand_read_oob_syndrome() local
1953 int eccsize = chip->ecc.size, length = mtd->oobsize; in nand_write_oob_syndrome() local
2179 int eccsize = chip->ecc.size; in nand_write_page_raw_syndrome() local
2220 int i, eccsize = chip->ecc.size; in nand_write_page_swecc() local
2249 int i, eccsize = chip->ecc.size; in nand_write_page_hwecc() local
[all …]
H A Dmxc_nand.c442 int eccsize = chip->ecc.size; local
487 int n, eccsize = chip->ecc.size; local
579 int eccsize = chip->ecc.size; local
619 int i, n, eccsize = chip->ecc.size; local
H A Dzynq_nand.c565 int i, eccsteps, eccsize = chip->ecc.size; in zynq_nand_write_page_hwecc() local
623 int i, eccsize = chip->ecc.size; in zynq_nand_write_page_swecc() local
656 int i, stat, eccsteps, eccsize = chip->ecc.size; in zynq_nand_read_page_hwecc() local
728 int i, eccsize = chip->ecc.size; in zynq_nand_read_page_swecc() local
H A Dfsmc_nand.c340 int i, j, s, stat, eccsize = chip->ecc.size; in fsmc_read_page_hwecc() local
H A Datmel_nand.c532 int eccsize = chip->ecc.size; in atmel_nand_pmecc_read_page() local
1023 int eccsize = chip->ecc.size; in atmel_nand_read_page() local
1312 int eccsize = CONFIG_SYS_NAND_ECCSIZE; in nand_read_page() local
H A Ddavinci_nand.c424 int i, eccsize = chip->ecc.size; in nand_davinci_read_page_hwecc() local
H A Domap_gpmc.c586 int i, eccsize = chip->ecc.size; in omap_read_page_bch() local
H A Dvf610_nfc.c591 int eccsize = chip->ecc.size; in vf610_nfc_read_page() local
H A Darasan_nfc.c167 u16 eccsize; member