Searched refs:ecc_step_ds (Results 1 – 8 of 8) sorted by relevance
249 if (!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) in mxs_nand_calc_ecc_for_large_oob()1121 if ((!(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0) && in mxs_nand_set_geometry()1127 if (mtd->oobsize > 1024 || chip->ecc_step_ds < mtd->oobsize) in mxs_nand_set_geometry()1131 chip->ecc_strength_ds, chip->ecc_step_ds); in mxs_nand_set_geometry()
346 if (chip->ecc_step_ds >= ARASAN_NAND_PKTSIZE_1K) in arasan_nand_read_page()526 if (chip->ecc_step_ds >= ARASAN_NAND_PKTSIZE_1K) in arasan_nand_write_page_hwecc()1180 nand_chip->ecc_step_ds)) { in arasan_nand_ecc_init()
1795 nand->ecc_step_ds, nand->ecc_strength_ds); in octeontx_nand_calc_bch_ecc_strength()1865 nand->ecc_step_ds, nand->ecc_strength_ds); in octeontx_nfc_chip_sizing()1881 if (nand->ecc_step_ds) in octeontx_nfc_chip_sizing()1882 ecc->size = nand->ecc_step_ds; in octeontx_nfc_chip_sizing()
3863 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()3977 chip->ecc_step_ds = 512; in nand_flash_detect_onfi()4085 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()4382 chip->ecc_step_ds = NAND_ECC_STEP(type); in find_full_id_nand()4806 int req_step = chip->ecc_step_ds; in nand_match_ecc_req()4969 if (ecc->size == 0 || chip->ecc_step_ds == 0) in nand_ecc_strength_good()4978 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()
713 *sector_size = chip->ecc_step_ds; in pmecc_choose_ecc()
1723 ecc_step = chip->ecc_step_ds; in pxa3xx_nand_scan()
1574 ecc->size = nand->ecc_step_ds; in sunxi_nand_ecc_init()
939 uint16_t ecc_step_ds; member
Completed in 44 milliseconds