Home
last modified time | relevance | path

Searched refs:ecc_chunk_count (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dmxs_nand.c179 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunkn_size; in mxs_nand_calc_ecc_layout_by_info()
183 (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1) in mxs_nand_calc_ecc_layout_by_info()
212 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunkn_size; in mxs_nand_legacy_calc_ecc_layout()
223 / (geo->gf_len * geo->ecc_chunk_count); in mxs_nand_legacy_calc_ecc_layout()
229 (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1) in mxs_nand_legacy_calc_ecc_layout()
257 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunkn_size; in mxs_nand_calc_ecc_for_large_oob()
259 / (geo->gf_len * geo->ecc_chunk_count); in mxs_nand_calc_ecc_for_large_oob()
279 geo->ecc_chunk_count = (mtd->writesize / geo->ecc_chunkn_size) + 1; in mxs_nand_calc_ecc_for_large_oob()
284 * geo->ecc_chunk_count) { in mxs_nand_calc_ecc_for_large_oob()
300 (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - i) in mxs_nand_calc_ecc_for_large_oob()
[all …]
/u-boot/include/
A Dmxs_nand.h35 unsigned int ecc_chunk_count; member

Completed in 6 milliseconds