Lines Matching refs:writesize
398 chip->cmdfunc(mtd, NAND_CMD_READOOB, mtd->writesize, page);
422 mtd->writesize + chip->ecc.prepad, page);
458 host->col_addr = mtd->writesize + n * eccpitch;
506 host->col_addr = mtd->writesize + n * eccpitch;
534 chip->cmdfunc(mtd, NAND_CMD_READOOB, mtd->writesize, page);
538 host->col_addr = mtd->writesize +
557 chip->cmdfunc(mtd, NAND_CMD_SEQIN, mtd->writesize, page);
592 host->col_addr = mtd->writesize + n * eccpitch;
636 host->col_addr = mtd->writesize + n * eccpitch;
665 int subpages = mtd->writesize / nand_chip->subpagesize;
679 mtd->writesize / nand_chip->subpagesize
778 if (col < mtd->writesize && host->spare_only)
779 col += mtd->writesize;
781 if (col < mtd->writesize) {
786 ((col - mtd->writesize) >> 1));
830 if (col < mtd->writesize && host->spare_only)
831 col += mtd->writesize;
833 n = mtd->writesize + mtd->oobsize - col;
841 if (col < mtd->writesize) {
845 mtd->writesize + (col & ~3);
864 int m = mtd->writesize - col;
866 if (col >= mtd->writesize)
901 if (col < mtd->writesize && host->spare_only)
902 col += mtd->writesize;
904 n = mtd->writesize + mtd->oobsize - col;
910 if (col < mtd->writesize) {
914 mtd->writesize + (col & ~3);
928 int m = mtd->writesize - col;
930 if (col >= mtd->writesize)
1009 if (column >= mtd->writesize) {
1023 host->col_addr = column - mtd->writesize;