Lines Matching refs:page_shift
188 from = ((loff_t)page) << this->page_shift; in read_bbt()
398 scan_read(mtd, buf, (loff_t)td->pages[0] << this->page_shift, in read_abs_bbts()
407 scan_read(mtd, buf, (loff_t)md->pages[0] << this->page_shift, in read_abs_bbts()
534 int blocktopage = this->bbt_erase_shift - this->page_shift; in search_bbt()
690 (this->bbt_erase_shift - this->page_shift); in write_bbt()
718 to = ((loff_t)page) << this->page_shift; in write_bbt()
734 ops.ooblen = (len >> this->page_shift) * mtd->oobsize; in write_bbt()
741 pageoffs = page - (int)(to >> this->page_shift); in write_bbt()
742 offs = pageoffs << this->page_shift; in write_bbt()
769 (len >> this->page_shift)* mtd->oobsize); in write_bbt()
986 block = td->pages[i] >> (this->bbt_erase_shift - this->page_shift); in mark_bbt_region()
1112 len += (len >> this->page_shift) * mtd->oobsize; in nand_scan_bbt()
1160 len += (len >> this->page_shift) * mtd->oobsize; in nand_update_bbt()