Lines Matching defs:col
3461 u32 readlen, int col)
3471 end_page = DIV_ROUND_UP(col + readlen, mtd->writesize);
3472 end_col = (col + readlen) % mtd->writesize;
3474 if (col)
3546 int chipnr, page, realpage, col, bytes, aligned, oob_required;
3569 col = (int)(from & (mtd->writesize - 1));
3575 rawnand_enable_cont_reads(chip, page, readlen, col);
3580 bytes = min(mtd->writesize - col, readlen);
3611 ret = chip->ecc.read_subpage(chip, col, bytes,
3637 memcpy(buf, bufpoi + col, bytes);
3672 memcpy(buf, chip->data_buf + col, bytes);
3694 col = 0;