Lines Matching refs:writesize
399 chip->cmdfunc(mtd, NAND_CMD_READOOB, mtd->writesize, page);
423 mtd->writesize + chip->ecc.prepad, page);
459 host->col_addr = mtd->writesize + n * eccpitch;
507 host->col_addr = mtd->writesize + n * eccpitch;
535 chip->cmdfunc(mtd, NAND_CMD_READOOB, mtd->writesize, page);
539 host->col_addr = mtd->writesize +
558 chip->cmdfunc(mtd, NAND_CMD_SEQIN, mtd->writesize, page);
593 host->col_addr = mtd->writesize + n * eccpitch;
637 host->col_addr = mtd->writesize + n * eccpitch;
666 int subpages = mtd->writesize / nand_chip->subpagesize;
680 mtd->writesize / nand_chip->subpagesize
779 if (col < mtd->writesize && host->spare_only)
780 col += mtd->writesize;
782 if (col < mtd->writesize) {
787 ((col - mtd->writesize) >> 1));
831 if (col < mtd->writesize && host->spare_only)
832 col += mtd->writesize;
834 n = mtd->writesize + mtd->oobsize - col;
842 if (col < mtd->writesize) {
846 mtd->writesize + (col & ~3);
865 int m = mtd->writesize - col;
867 if (col >= mtd->writesize)
902 if (col < mtd->writesize && host->spare_only)
903 col += mtd->writesize;
905 n = mtd->writesize + mtd->oobsize - col;
911 if (col < mtd->writesize) {
915 mtd->writesize + (col & ~3);
929 int m = mtd->writesize - col;
931 if (col >= mtd->writesize)
1010 if (column >= mtd->writesize) {
1024 host->col_addr = column - mtd->writesize;