Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxs_nand.h32 unsigned int ecc_chunk_count; member
H A Dmxs_nand.c193 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; in mxs_nand_calc_ecc_layout_by_info()
221 geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; in mxs_nand_calc_ecc_layout()
232 / (geo->gf_len * geo->ecc_chunk_count); in mxs_nand_calc_ecc_layout()
662 for (i = 0; i < geo->ecc_chunk_count; i++) { in mxs_nand_ecc_read_page()
1017 tmp = (geo->ecc_chunk_count - 1) << BCH_FLASHLAYOUT0_NBLOCKS_OFFSET; in mxs_nand_setup_ecc()