Searched refs:woffs (Results 1 – 1 of 1) sorted by relevance
2347 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local2352 if (unlikely(woffs)) { in nand_fill_oob()2353 if (woffs >= free->length) { in nand_fill_oob()2354 woffs -= free->length; in nand_fill_oob()2357 boffs = free->offset + woffs; in nand_fill_oob()2359 (free->length - woffs)); in nand_fill_oob()2360 woffs = 0; in nand_fill_oob()