Searched refs:bbt_erase_shift (Results 1 – 8 of 8) sorted by relevance
188 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt()224 this->bbt_erase_shift); in read_bbt()236 this->bbt_erase_shift); in read_bbt()274 this->chipsize >> this->bbt_erase_shift, in read_abs_bbt()278 offs += this->chipsize >> this->bbt_erase_shift; in read_abs_bbt()282 mtd->size >> this->bbt_erase_shift, td, 0); in read_abs_bbt()470 numblocks = mtd->size >> this->bbt_erase_shift; in create_bbt()479 numblocks = this->chipsize >> this->bbt_erase_shift; in create_bbt()482 from = (loff_t)startblock << this->bbt_erase_shift; in create_bbt()504 from += (1 << this->bbt_erase_shift); in create_bbt()[all …]
1102 this->bbt_erase_shift += (0xff - mh->UnitSizeFactor); in nftl_partscan()1105 blocks = mtd->size >> this->bbt_erase_shift; in nftl_partscan()1128 parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift; in nftl_partscan()
1246 nand->bbt_erase_shift = nand->phys_erase_shift = DOCG4_ERASE_SHIFT; in init_mtd_structs()
1203 chip->bbt_erase_shift += 1; in denali_multidev_fixup()
5773 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_detect()
79 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()116 from += (1 << bbm->bbt_erase_shift); in create_bbt()197 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
152 int bbt_erase_shift; member
1320 int bbt_erase_shift; member