Home
last modified time | relevance | path

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

/drivers/mtd/onenand/
Donenand_base.c1821 int writecol = column; in onenand_fill_auto_oob() local
1828 if (writecol >= lastgap) in onenand_fill_auto_oob()
1829 writecol += free->offset - lastgap; in onenand_fill_auto_oob()
1837 if (free->offset < writeend && free_end > writecol) { in onenand_fill_auto_oob()
1838 int st = max_t(int,free->offset,writecol); in onenand_fill_auto_oob()