Searched refs:writecol (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c1800 int writecol = column; local
1807 if (writecol >= lastgap)
1808 writecol += free->offset - lastgap;
1816 if (free->offset < writeend && free_end > writecol) {
1817 int st = max_t(int,free->offset,writecol);

Completed in 28 milliseconds