Lines Matching defs:column
952 * nand_fill_column_cycles - fill the column cycles of an address
960 * Returns the number of cycles needed to encode the column, or a negative
974 * area, and the column address is relative to the start of the OOB
1199 /* Small page NANDs do not support column change. */
1505 /* Small page NANDs do not support column change. */
3770 * @offset: column address of subpage within the page
3959 int chipnr, realpage, page, column;
3981 column = to & (mtd->writesize - 1);
4010 int part_pagewr = (column || writelen < mtd->writesize);
4029 bytes = min_t(int, bytes - column, writelen);
4032 memcpy(&wbuf[column], buf, bytes);
4044 ret = nand_write_page(chip, column, bytes, wbuf,
4054 column = 0;