Searched refs:ecc_strength_ds (Results 1 – 10 of 10) sorted by relevance
72 chip->ecc_strength_ds = 1 << extid; in samsung_nand_decode_id()77 chip->ecc_strength_ds = 24; in samsung_nand_decode_id()80 chip->ecc_strength_ds = 40; in samsung_nand_decode_id()83 chip->ecc_strength_ds = 60; in samsung_nand_decode_id()
52 chip->ecc_strength_ds = 1; in toshiba_nand_decode_id()55 chip->ecc_strength_ds = 4; in toshiba_nand_decode_id()58 chip->ecc_strength_ds = 8; in toshiba_nand_decode_id()
240 ds_corr = mtd->writesize * chip->ecc_strength_ds / in mxs_nand_legacy_calc_ecc_layout()243 geo->ecc_strength < chip->ecc_strength_ds) in mxs_nand_legacy_calc_ecc_layout()268 if (!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) in mxs_nand_calc_ecc_for_large_oob()270 geo->ecc_strength = chip->ecc_strength_ds; in mxs_nand_calc_ecc_for_large_oob()285 geo->ecc_strength = chip->ecc_strength_ds; in mxs_nand_calc_ecc_for_large_oob()295 geo->ecc_strength = chip->ecc_strength_ds; in mxs_nand_calc_ecc_for_large_oob()1135 if (chip->ecc_strength_ds > nand_info->max_ecc_strength_supported) { in mxs_nand_set_geometry()1137 , chip->ecc_strength_ds); in mxs_nand_set_geometry()1143 !(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) { in mxs_nand_set_geometry()1160 err = mxs_nand_calc_ecc_layout_by_info(geo, mtd, chip->ecc_strength_ds, in mxs_nand_set_geometry()
1791 nand->ecc_step_ds, nand->ecc_strength_ds); in octeontx_nand_calc_bch_ecc_strength()1861 nand->ecc_step_ds, nand->ecc_strength_ds); in octeontx_nfc_chip_sizing()1875 if (nand->ecc_strength_ds) in octeontx_nfc_chip_sizing()1876 ecc->strength = nand->ecc_strength_ds; in octeontx_nfc_chip_sizing()
3881 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_ext_param_page()3968 chip->ecc_strength_ds = p->ecc_bits; in nand_flash_detect_onfi()4069 chip->ecc_strength_ds = ecc->ecc_bits; in nand_flash_detect_jedec()4262 chip->ecc_strength_ds = NAND_ECC_STRENGTH(type); in find_full_id_nand()4739 int req_strength = chip->ecc_strength_ds; in nand_match_ecc_req()4910 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()4912 return corr >= ds_corr && ecc->strength >= chip->ecc_strength_ds; in nand_ecc_strength_good()
1182 nand_chip->ecc_strength_ds) { in arasan_nand_ecc_init()
708 *cap = chip->ecc_strength_ds; in pmecc_choose_ecc()
1611 ecc_strength = chip->ecc_strength_ds; in pxa3xx_nand_scan()
1574 ecc->strength = nand->ecc_strength_ds; in sunxi_nand_ecc_init()
943 uint16_t ecc_strength_ds; member
Completed in 47 milliseconds