Home
last modified time | relevance | path

Searched refs:phys_erase_shift (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c941 blocks = mtd->size >> this->phys_erase_shift; in nftl_partscan()
1026 end -= (INFTL_BBT_RESERVED_BLOCKS << this->phys_erase_shift); in inftl_partscan()
1063 vshift = this->phys_erase_shift + mh->BlockMultiplierBits; in inftl_partscan()
1071 blocks = doc->chips_per_floor << (this->chip_shift - this->phys_erase_shift); in inftl_partscan()
H A Dfsl_elbc_nand.c196 chip->phys_erase_shift, chip->page_shift); in set_addr()
799 chip->phys_erase_shift); in fsl_elbc_attach_chip()
H A Ddenali.c200 iowrite32(1 << (chip->phys_erase_shift - chip->page_shift), in denali_select_target()
1000 chip->phys_erase_shift += 1; in denali_multidev_fixup()
H A Dfsl_ifc_nand.c750 chip->phys_erase_shift); in fsl_ifc_attach_chip()
/linux/include/linux/mtd/
H A Drawnand.h1313 unsigned int phys_erase_shift; member