Searched refs:chipsize (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/ |
| D | ops_bcm4706.c | 378 unsigned long chipsize; /* MiB */ in bcm47xxnflash_ops_bcm4706_init() local 428 chipsize = nanddev_target_size(&b47n->nand_chip.base) >> 20; in bcm47xxnflash_ops_bcm4706_init() 429 tbits = ffs(chipsize); /* find first bit set */ in bcm47xxnflash_ops_bcm4706_init() 430 if (!tbits || tbits != fls(chipsize)) { in bcm47xxnflash_ops_bcm4706_init() 431 pr_err("Invalid flash size: 0x%lX\n", chipsize); in bcm47xxnflash_ops_bcm4706_init()
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
| D | onenand_bbt.c | 79 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1); in create_bbt() 187 len = this->chipsize >> (this->erase_shift + 2); in onenand_scan_bbt()
|
| D | onenand_samsung.c | 732 end = this->chipsize >> this->erase_shift; in s3c_onenand_check_lock_status() 775 size_t len = this->chipsize; in s3c_unlock_all() 791 ofs = this->chipsize >> 1; in s3c_unlock_all() 792 len = this->chipsize >> 1; in s3c_unlock_all()
|
| D | onenand_base.c | 1275 unlikely(from == (this->chipsize >> 1))) { in onenand_read_ops_nolock() 2165 loff_t bdry_addr = this->chipsize >> 1; in onenand_multiblock_erase() 2614 end = this->chipsize >> this->erase_shift; in onenand_check_lock_status() 2674 ofs = this->chipsize >> 1; in onenand_unlock_all() 2675 len = this->chipsize >> 1; in onenand_unlock_all() 3734 this->chipsize = (16 << density) << 20; in onenand_probe() 3759 this->density_mask = this->chipsize >> (this->erase_shift + 1); in onenand_probe() 3768 mtd->size = this->chipsize; in onenand_probe()
|
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | onenand.h | 88 unsigned int chipsize; member
|
| D | rawnand.h | 1330 .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) } 1343 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \ 1386 unsigned int chipsize; member
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 32723 + unsigned long long chipsize; 32751 + unsigned long long chipsize; 33609 + .chipsize = _128M, 33640 + .chipsize = _128M, 33671 + .chipsize = _256M, 33702 + .chipsize = _256M, 33733 + .chipsize = _512M, 33764 + .chipsize = _64M, 33793 + .chipsize = _128M, 33822 + .chipsize = _128M, [all …]
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | nand_base.c | 4608 DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20, in find_full_id_nand() 4809 DIV_ROUND_DOWN_ULL((u64)type->chipsize << 20, in nand_detect()
|
| /kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 323670 + unsigned long long chipsize; 323698 + unsigned long long chipsize; 324556 + .chipsize = _128M, 324587 + .chipsize = _128M, 324618 + .chipsize = _256M, 324649 + .chipsize = _256M, 324680 + .chipsize = _512M, 324711 + .chipsize = _64M, 324740 + .chipsize = _128M, 324769 + .chipsize = _128M, [all …]
|