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 …]
1108 this->bbt_erase_shift += (0xff - mh->UnitSizeFactor); in nftl_partscan()1111 blocks = mtd->size >> this->bbt_erase_shift; in nftl_partscan()1134 parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift; in nftl_partscan()
1521 denali->nand.bbt_erase_shift += (denali->devnum - 1); in denali_init()1522 denali->nand.phys_erase_shift = denali->nand.bbt_erase_shift; in denali_init()
1215 nand->bbt_erase_shift = nand->phys_erase_shift = DOCG4_ERASE_SHIFT; in init_mtd_structs()
3905 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_get_flash_type()
80 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()117 from += (1 << bbm->bbt_erase_shift); in create_bbt()198 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
154 int bbt_erase_shift; member
680 int bbt_erase_shift; member