Searched refs:ecc_step_ds (Results 1 – 10 of 10) sorted by relevance
49 chip->ecc_step_ds = 512; in toshiba_nand_decode_id()62 chip->ecc_step_ds = 0; in toshiba_nand_decode_id()
71 chip->ecc_step_ds = 512; in samsung_nand_decode_id()74 chip->ecc_step_ds = 1024; in samsung_nand_decode_id()
237 if (chip->ecc_step_ds) { in mxs_nand_legacy_calc_ecc_layout()241 chip->ecc_step_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()1143 !(chip->ecc_strength_ds > 0 && chip->ecc_step_ds > 0)) { in mxs_nand_set_geometry()1161 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()
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()1877 if (nand->ecc_step_ds) in octeontx_nfc_chip_sizing()1878 ecc->size = nand->ecc_step_ds; in octeontx_nfc_chip_sizing()
3882 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_ext_param_page()3969 chip->ecc_step_ds = 512; in nand_flash_detect_onfi()4070 chip->ecc_step_ds = 1 << ecc->codeword_size; in nand_flash_detect_jedec()4263 chip->ecc_step_ds = NAND_ECC_STEP(type); in find_full_id_nand()4738 int req_step = chip->ecc_step_ds; in nand_match_ecc_req()4901 if (ecc->size == 0 || chip->ecc_step_ds == 0) in nand_ecc_strength_good()4910 ds_corr = (mtd->writesize * chip->ecc_strength_ds) / chip->ecc_step_ds; in nand_ecc_strength_good()
709 *sector_size = chip->ecc_step_ds; in pmecc_choose_ecc()
1612 ecc_step = chip->ecc_step_ds; in pxa3xx_nand_scan()
1573 ecc->size = nand->ecc_step_ds; in sunxi_nand_ecc_init()
944 uint16_t ecc_step_ds; member
Completed in 56 milliseconds