full_chunk_cnt 258 drivers/mtd/nand/raw/marvell_nand.c int full_chunk_cnt; full_chunk_cnt 273 drivers/mtd/nand/raw/marvell_nand.c .full_chunk_cnt = fcc, \ full_chunk_cnt 1198 drivers/mtd/nand/raw/marvell_nand.c int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + full_chunk_cnt 1214 drivers/mtd/nand/raw/marvell_nand.c if (chunk >= lt->full_chunk_cnt) { full_chunk_cnt 1331 drivers/mtd/nand/raw/marvell_nand.c if (chunk >= lt->full_chunk_cnt) { full_chunk_cnt 1384 drivers/mtd/nand/raw/marvell_nand.c (chunk < lt->full_chunk_cnt ? lt->data_bytes : full_chunk_cnt 1387 drivers/mtd/nand/raw/marvell_nand.c (chunk < lt->full_chunk_cnt ? lt->spare_bytes : full_chunk_cnt 1392 drivers/mtd/nand/raw/marvell_nand.c ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) + full_chunk_cnt 1396 drivers/mtd/nand/raw/marvell_nand.c data_len = chunk < lt->full_chunk_cnt ? lt->data_bytes : full_chunk_cnt 1398 drivers/mtd/nand/raw/marvell_nand.c spare_len = chunk < lt->full_chunk_cnt ? lt->spare_bytes : full_chunk_cnt 1400 drivers/mtd/nand/raw/marvell_nand.c ecc_len = chunk < lt->full_chunk_cnt ? lt->ecc_bytes : full_chunk_cnt 1457 drivers/mtd/nand/raw/marvell_nand.c int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + full_chunk_cnt 1466 drivers/mtd/nand/raw/marvell_nand.c if (chunk >= lt->full_chunk_cnt) { full_chunk_cnt 1583 drivers/mtd/nand/raw/marvell_nand.c if (chunk >= lt->full_chunk_cnt) { full_chunk_cnt 2133 drivers/mtd/nand/raw/marvell_nand.c oobregion->length = (lt->full_chunk_cnt * lt->ecc_bytes) + full_chunk_cnt 2158 drivers/mtd/nand/raw/marvell_nand.c oobregion->length = (lt->full_chunk_cnt * lt->spare_bytes) +