Lines Matching defs:column
1078 * nand_fill_column_cycles - fill the column cycles of an address
1086 * Returns the number of cycles needed to encode the column, or a negative
1100 * area, and the column address is relative to the start of the OOB
1429 /* Small page NANDs do not support column change. */
1738 /* Small page NANDs do not support column change. */
4220 * @offset: column address of subpage within the page
4409 int chipnr, realpage, page, column;
4435 column = to & (mtd->writesize - 1);
4464 int part_pagewr = (column || writelen < mtd->writesize);
4483 bytes = min_t(int, bytes - column, writelen);
4486 memcpy(&wbuf[column], buf, bytes);
4498 ret = nand_write_page(chip, column, bytes, wbuf,
4508 column = 0;