ecc_chunk_count 229 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c geo->ecc_chunk_count, ecc_chunk_count 295 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; ecc_chunk_count 346 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c (geo->gf_len * geo->ecc_strength * geo->ecc_chunk_count) / 8; ecc_chunk_count 352 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c + ALIGN(geo->ecc_chunk_count, 4); ecc_chunk_count 359 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1) ecc_chunk_count 392 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c / (geo->gf_len * geo->ecc_chunk_count); ecc_chunk_count 423 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c geo->ecc_chunk_count = mtd->writesize / geo->ecc_chunk_size; ecc_chunk_count 437 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c (geo->gf_len * geo->ecc_strength * geo->ecc_chunk_count) / 8; ecc_chunk_count 447 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c status_size = ALIGN(geo->ecc_chunk_count, 4); ecc_chunk_count 502 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c (geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1) ecc_chunk_count 1439 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c BF_BCH_FLASH0LAYOUT0_NBLOCKS(geo->ecc_chunk_count - 1) | ecc_chunk_count 1469 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c geo->ecc_chunk_count, ecc_chunk_count 1762 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { ecc_chunk_count 1770 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c if (step == nfc_geo->ecc_chunk_count - 1 && ecc_chunk_count 1839 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c for (step = 0; step < nfc_geo->ecc_chunk_count; step++) { ecc_chunk_count 1846 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c if (step == nfc_geo->ecc_chunk_count - 1 && ecc_chunk_count 52 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h unsigned int ecc_chunk_count;