spare_bytes       260 drivers/mtd/nand/raw/marvell_nand.c 	int spare_bytes;
spare_bytes       275 drivers/mtd/nand/raw/marvell_nand.c 		.spare_bytes = sb,					\
spare_bytes       999 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0);
spare_bytes      1048 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
spare_bytes      1111 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0);
spare_bytes      1133 drivers/mtd/nand/raw/marvell_nand.c 					  lt->ecc_bytes + lt->spare_bytes);
spare_bytes      1197 drivers/mtd/nand/raw/marvell_nand.c 	int chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
spare_bytes      1198 drivers/mtd/nand/raw/marvell_nand.c 	int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) +
spare_bytes      1201 drivers/mtd/nand/raw/marvell_nand.c 	int spare_len = lt->spare_bytes;
spare_bytes      1226 drivers/mtd/nand/raw/marvell_nand.c 		nand_read_data_op(chip, oob + (lt->spare_bytes * chunk),
spare_bytes      1311 drivers/mtd/nand/raw/marvell_nand.c 	int data_len = lt->data_bytes, spare_len = lt->spare_bytes;
spare_bytes      1381 drivers/mtd/nand/raw/marvell_nand.c 		data_off_in_page = chunk * (lt->data_bytes + lt->spare_bytes +
spare_bytes      1387 drivers/mtd/nand/raw/marvell_nand.c 			(chunk < lt->full_chunk_cnt ? lt->spare_bytes :
spare_bytes      1391 drivers/mtd/nand/raw/marvell_nand.c 		spare_off = chunk * lt->spare_bytes;
spare_bytes      1392 drivers/mtd/nand/raw/marvell_nand.c 		ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) +
spare_bytes      1398 drivers/mtd/nand/raw/marvell_nand.c 		spare_len = chunk < lt->full_chunk_cnt ? lt->spare_bytes :
spare_bytes      1452 drivers/mtd/nand/raw/marvell_nand.c 	int full_chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
spare_bytes      1454 drivers/mtd/nand/raw/marvell_nand.c 	int spare_len = lt->spare_bytes;
spare_bytes      1457 drivers/mtd/nand/raw/marvell_nand.c 	int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) +
spare_bytes      1571 drivers/mtd/nand/raw/marvell_nand.c 	int spare_len = lt->spare_bytes;
spare_bytes      2158 drivers/mtd/nand/raw/marvell_nand.c 	oobregion->length = (lt->full_chunk_cnt * lt->spare_bytes) +
spare_bytes       444 drivers/mtd/nand/raw/qcom_nandc.c 	int spare_bytes;
spare_bytes      1607 drivers/mtd/nand/raw/qcom_nandc.c 			    host->spare_bytes;
spare_bytes      1610 drivers/mtd/nand/raw/qcom_nandc.c 		oob_size2 = host->ecc_bytes_hw + host->spare_bytes;
spare_bytes      1846 drivers/mtd/nand/raw/qcom_nandc.c 				   host->spare_bytes;
spare_bytes      1849 drivers/mtd/nand/raw/qcom_nandc.c 			oob_size = host->ecc_bytes_hw + host->spare_bytes;
spare_bytes      2025 drivers/mtd/nand/raw/qcom_nandc.c 				   host->spare_bytes;
spare_bytes      2101 drivers/mtd/nand/raw/qcom_nandc.c 				    host->spare_bytes;
spare_bytes      2104 drivers/mtd/nand/raw/qcom_nandc.c 			oob_size2 = host->ecc_bytes_hw + host->spare_bytes;
spare_bytes      2426 drivers/mtd/nand/raw/qcom_nandc.c 		oobregion->length = host->ecc_bytes_hw + host->spare_bytes;
spare_bytes      2495 drivers/mtd/nand/raw/qcom_nandc.c 			host->spare_bytes = 0;
spare_bytes      2499 drivers/mtd/nand/raw/qcom_nandc.c 			host->spare_bytes = 2;
spare_bytes      2515 drivers/mtd/nand/raw/qcom_nandc.c 				host->spare_bytes = 2;
spare_bytes      2519 drivers/mtd/nand/raw/qcom_nandc.c 				host->spare_bytes = 4;
spare_bytes      2527 drivers/mtd/nand/raw/qcom_nandc.c 				host->spare_bytes = 0;
spare_bytes      2530 drivers/mtd/nand/raw/qcom_nandc.c 				host->spare_bytes = 1;
spare_bytes      2542 drivers/mtd/nand/raw/qcom_nandc.c 	ecc->bytes = host->ecc_bytes_hw + host->spare_bytes + host->bbm_size;
spare_bytes      2579 drivers/mtd/nand/raw/qcom_nandc.c 				| host->spare_bytes << SPARE_SIZE_BYTES;