Searched refs:chipsize (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Donenand.h54 * @chipsize: [INTERN] the size of one chip for multichip arrays
94 unsigned int chipsize; member in struct:onenand_chip
H A Dnand.h376 * @chipsize: [INTERN] the size of one chip for multichip arrays
429 unsigned long chipsize; member in struct:nand_chip
483 * @chipsize: Total chipsize in Mega Bytes
490 unsigned long chipsize; member in struct:nand_flash_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c222 res = read_bbt (mtd, buf, td->pages[i], this->chipsize >> this->bbt_erase_shift, bits, offs, td->reserved_block_code);
225 offs += this->chipsize >> (this->bbt_erase_shift + 2);
413 numblocks = this->chipsize >> (this->bbt_erase_shift - 1);
482 bbtblocks = this->chipsize >> this->bbt_erase_shift;
512 startblock += this->chipsize >> this->bbt_erase_shift;
583 numblocks = (int)(this->chipsize >> this->bbt_erase_shift);
898 nrblocks = (int)(this->chipsize >> this->bbt_erase_shift);
H A Dnand_base.c501 if (chip->chipsize > (32 << 20))
591 if (chip->chipsize > (128 << 20))
2381 chip->chipsize = type->chipsize << 20;
2434 /* Convert chipsize to number of pages per chip -1. */
2435 chip->pagemask = (chip->chipsize >> chip->page_shift) - 1;
2439 chip->chip_shift = ffs(chip->chipsize) - 1;
2533 mtd->size = i * chip->chipsize;
H A Dau1550nd.c394 if (this->chipsize > (32 << 20))
H A Ddiskonchip.c778 if (this->chipsize & 0x0c000000) {
H A Dnandsim.c2015 chip->chipsize = new_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c294 this->chipsize >> this->bbt_erase_shift,
298 offs += this->chipsize >> (this->bbt_erase_shift + 2);
491 numblocks = this->chipsize >> (this->bbt_erase_shift - 1);
560 bbtblocks = this->chipsize >> this->bbt_erase_shift;
590 startblock += this->chipsize >> this->bbt_erase_shift;
661 numblocks = (int)(this->chipsize >> this->bbt_erase_shift);
976 nrblocks = (int)(this->chipsize >> this->bbt_erase_shift);
H A Dbrcmnand_47xx.c2437 chip->chipsize = (info->size >= (1 << 11)) ? (1 << 31) : (info->size << 20);
2450 mtd->size = chip->chipsize;
2458 /* Convert chipsize to number of pages per chip -1. */
2459 chip->pagemask = (chip->chipsize >> chip->page_shift) - 1;
2463 chip->chip_shift = ffs(chip->chipsize) - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c779 unlikely(from == (this->chipsize >> 1))) {
1745 end = this->chipsize >> this->erase_shift;
1789 loff_t ofs = this->chipsize >> 1;
1800 onenand_unlock(mtd, 0x0, this->chipsize);
2242 this->chipsize = (16 << density) << 20;
2262 mtd->size = this->chipsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c400 ffs((nand_flash_ids[i].chipsize << 20)) - 1;
H A Ddoc2001.c221 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;
H A Ddoc2001plus.c330 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;

Completed in 139 milliseconds