Searched refs:ecc_strength_ds (Results 1 – 7 of 7) sorted by relevance
992 if (!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) in mxs_nand_set_geometry()996 chip->ecc_strength_ds, chip->ecc_step_ds); in mxs_nand_set_geometry()
3857 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page()3971 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi()4079 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()4376 chip->ecc_strength_ds = NAND_ECC_STRENGTH(type); in find_full_id_nand()4801 int req_strength = chip->ecc_strength_ds; in nand_match_ecc_req()4972 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()4974 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()
1143 nand_chip->ecc_strength_ds) { in arasan_nand_ecc_init()
702 *cap = chip->ecc_strength_ds; in pmecc_choose_ecc()
1693 ecc_strength = chip->ecc_strength_ds; in pxa3xx_nand_scan()
1566 ecc->strength = nand->ecc_strength_ds; in sunxi_nand_ecc_init()
937 uint16_t ecc_strength_ds; member