Searched refs:ecc_strength_ds (Results 1 – 7 of 7) sorted by relevance
978 if (!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) in mxs_nand_set_geometry()982 chip->ecc_strength_ds, chip->ecc_step_ds); in mxs_nand_set_geometry()
3227 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page()3337 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi()3443 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()3740 chip->ecc_strength_ds = NAND_ECC_STRENGTH(type); in find_full_id_nand()4160 int req_strength = chip->ecc_strength_ds; in nand_match_ecc_req()4331 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()4333 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()
1144 nand_chip->ecc_strength_ds) { in arasan_nand_ecc_init()
702 *cap = chip->ecc_strength_ds; in pmecc_choose_ecc()
1440 ecc_strength = chip->ecc_strength_ds; in pxa3xx_nand_scan()
1566 ecc->strength = nand->ecc_strength_ds; in sunxi_nand_ecc_init()
921 uint16_t ecc_strength_ds; member