Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/onenand/
H A Donenand_bbt.c79 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt()
187 len = this->chipsize >> (this->erase_shift + 2); in onenand_scan_bbt()
H A Donenand_samsung.c733 end = this->chipsize >> this->erase_shift; in s3c_onenand_check_lock_status()
776 size_t len = this->chipsize; in s3c_unlock_all()
792 ofs = this->chipsize >> 1; in s3c_unlock_all()
793 len = this->chipsize >> 1; in s3c_unlock_all()
/linux/include/linux/mtd/
H A Donenand.h88 unsigned int chipsize; member
H A Drawnand.h1408 .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) }
1421 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \
1464 unsigned int chipsize; member
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c4969 DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20, in find_full_id_nand()
5233 DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20, in nand_detect()