Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dnand_bbt.c225 this->bbt_erase_shift); in read_bbt()
237 this->bbt_erase_shift); in read_bbt()
275 this->chipsize >> this->bbt_erase_shift, in read_abs_bbt()
283 mtd->size >> this->bbt_erase_shift, td, 0); in read_abs_bbt()
505 from += (1 << this->bbt_erase_shift); in create_bbt()
722 len = 1 << this->bbt_erase_shift; in write_bbt()
789 einfo.len = 1 << this->bbt_erase_shift; in write_bbt()
990 this->bbt_erase_shift); in mark_bbt_region()
1012 this->bbt_erase_shift); in mark_bbt_region()
1108 len = (1 << this->bbt_erase_shift); in nand_scan_bbt()
[all …]
A Ddenali.c1212 chip->bbt_erase_shift += 1; in denali_multidev_fixup()
A Dnand_base.c4525 chip->bbt_erase_shift = chip->phys_erase_shift = in nand_get_flash_type()
/u-boot/drivers/mtd/onenand/
A Donenand_bbt.c87 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()
125 from += (1 << bbm->bbt_erase_shift); in create_bbt()
211 bbm->bbt_erase_shift = this->erase_shift; in onenand_scan_bbt()
/u-boot/include/linux/mtd/
A Dbbm.h143 int bbt_erase_shift; member
A Drawnand.h929 int bbt_erase_shift; member

Completed in 45 milliseconds