Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c2460 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local
2465 if (unlikely(woffs)) { in nand_fill_oob()
2466 if (woffs >= free->length) { in nand_fill_oob()
2467 woffs -= free->length; in nand_fill_oob()
2470 boffs = free->offset + woffs; in nand_fill_oob()
2472 (free->length - woffs)); in nand_fill_oob()
2473 woffs = 0; in nand_fill_oob()