Searched refs:boffs (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ubifs/
H A Dlpt.c609 int blnum, boffs, bsz, bcnt; local
691 boffs = 0; /* Offset of level below */
745 if (boffs + bsz > c->leb_size) {
747 boffs = 0;
750 nnode->nbranch[j].offs = boffs;
751 boffs += bsz;
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c2233 uint32_t boffs = 0, roffs = ops->ooboffs; local
2243 boffs = free->offset + roffs;
2249 boffs = free->offset;
2251 memcpy(oob, chip->oob_poi + boffs, bytes);
3142 uint32_t boffs = 0, woffs = ops->ooboffs; local
3152 boffs = free->offset + woffs;
3158 boffs = free->offset;
3160 memcpy(chip->oob_poi + boffs, oob, bytes);

Completed in 57 milliseconds