Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c2492 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local
2497 if (unlikely(woffs)) { in nand_fill_oob()
2498 if (woffs >= free->length) { in nand_fill_oob()
2499 woffs -= free->length; in nand_fill_oob()
2502 boffs = free->offset + woffs; in nand_fill_oob()
2504 (free->length - woffs)); in nand_fill_oob()
2505 woffs = 0; in nand_fill_oob()