Searched refs:woffs (Results 1 – 1 of 1) sorted by relevance
2485 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local2490 if (unlikely(woffs)) { in nand_fill_oob()2491 if (woffs >= free->length) { in nand_fill_oob()2492 woffs -= free->length; in nand_fill_oob()2495 boffs = free->offset + woffs; in nand_fill_oob()2497 (free->length - woffs)); in nand_fill_oob()2498 woffs = 0; in nand_fill_oob()