Home
last modified time | relevance | path

Searched refs:ecc_total (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/nand/raw/
A Dintel-nand-controller.c449 u32 ecc_steps, ecc_bytes, ecc_total, pagesize, pg_per_blk; in ebu_nand_attach_chip() local
490 ecc_total = ecc_steps * ecc_bytes; in ebu_nand_attach_chip()
491 if ((ecc_total + 8) > mtd->oobsize) in ebu_nand_attach_chip()
494 chip->ecc.total = ecc_total; in ebu_nand_attach_chip()
A Darasan-nand-controller.c184 unsigned int ecc_total; member
460 &chip->oob_poi[mtd->oobsize - anand->ecc_total], in anfc_read_page_hw_ecc()
1170 anand->ecc_total = DIV_ROUND_UP(anand->ecc_bits * ecc->steps, 8); in anfc_init_hw_ecc_controller()
1171 ecc_offset = mtd->writesize + mtd->oobsize - anand->ecc_total; in anfc_init_hw_ecc_controller()
1173 ECC_CONF_LEN(anand->ecc_total) | in anfc_init_hw_ecc_controller()

Completed in 8 milliseconds