Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1372 int writecol = column; in onenand_fill_auto_oob() local
1380 if (writecol >= lastgap) in onenand_fill_auto_oob()
1381 writecol += free->offset - lastgap; in onenand_fill_auto_oob()
1390 if (free->offset < writeend && free_end > writecol) { in onenand_fill_auto_oob()
1391 int st = max_t(int,free->offset,writecol); in onenand_fill_auto_oob()