Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dmxs_nand.h32 unsigned int ecc_chunk_count; member
Dmxs_nand.c192 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; in mxs_nand_calc_ecc_layout_by_info()
220 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; in mxs_nand_calc_ecc_layout()
231 / (geo->gf_len * geo->ecc_chunk_count); in mxs_nand_calc_ecc_layout()
661 for (i = 0; i < geo->ecc_chunk_count; i++) { in mxs_nand_ecc_read_page()
1016 tmp = (geo->ecc_chunk_count - 1) << BCH_FLASHLAYOUT0_NBLOCKS_OFFSET; in mxs_nand_setup_ecc()