Home
last modified time | relevance | path

Searched refs:ecc_step_ds (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c147 if (!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) in set_geometry_by_ecc_info()
150 switch (chip->ecc_step_ds) { in set_geometry_by_ecc_info()
160 chip->ecc_strength_ds, chip->ecc_step_ds); in set_geometry_by_ecc_info()
163 geo->ecc_chunk_size = chip->ecc_step_ds; in set_geometry_by_ecc_info()
172 chip->ecc_step_ds, mtd->oobsize); in set_geometry_by_ecc_info()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c3259 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()
3369 chip->ecc_step_ds = 512; in nand_flash_detect_onfi()
3468 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()
3765 chip->ecc_step_ds = NAND_ECC_STEP(type); in find_full_id_nand()
4062 if (ecc->size == 0 || chip->ecc_step_ds == 0) in nand_ecc_strength_good()
4071 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()
Dsunxi_nand.c1196 ecc->size = nand->ecc_step_ds; in sunxi_nand_ecc_init()
Dpxa3xx_nand.c1661 ecc_step = chip->ecc_step_ds; in pxa3xx_nand_scan()
Datmel_nand.c1069 *sector_size = host->nand_chip.ecc_step_ds; in pmecc_choose_ecc()
/linux-4.4.14/include/linux/mtd/
Dnand.h690 uint16_t ecc_step_ds; member