Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3152 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local
3157 if (unlikely(woffs)) { in nand_fill_oob()
3158 if (woffs >= free->length) { in nand_fill_oob()
3159 woffs -= free->length; in nand_fill_oob()
3162 boffs = free->offset + woffs; in nand_fill_oob()
3164 (free->length - woffs)); in nand_fill_oob()
3165 woffs = 0; in nand_fill_oob()