Searched refs:bbt_erase_shift (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c189 len = min(totlen, (size_t)(1 << this->bbt_erase_shift));
225 this->bbt_erase_shift);
237 this->bbt_erase_shift);
275 this->chipsize >> this->bbt_erase_shift,
279 offs += this->chipsize >> this->bbt_erase_shift;
283 mtd->size >> this->bbt_erase_shift, td, 0);
471 numblocks = mtd->size >> this->bbt_erase_shift;
480 numblocks = this->chipsize >> this->bbt_erase_shift;
483 from = (loff_t)startblock << this->bbt_erase_shift;
505 from += (1 << this->bbt_erase_shift);
[all...]
H A Ddenali.c1212 chip->bbt_erase_shift += 1;
H A Dnand_base.c4399 chip->bbt_erase_shift = chip->phys_erase_shift =
/u-boot/drivers/mtd/onenand/
H A Donenand_bbt.c88 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1);
126 from += (1 << bbm->bbt_erase_shift);
212 bbm->bbt_erase_shift = this->erase_shift;
/u-boot/include/linux/mtd/
H A Dbbm.h128 * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
138 int bbt_erase_shift; member in struct:bbm_info
H A Drawnand.h838 * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
941 int bbt_erase_shift; member in struct:nand_chip

Completed in 182 milliseconds