Searched defs:chipsize (Results 1 - 2 of 2) sorted by relevance

/drivers/mtd/nand/bcm47xxnflash/
H A Dops_bcm4706.c384 unsigned long chipsize; /* MiB */ local
431 chipsize = b47n->nand_chip.chipsize >> 20;
432 tbits = ffs(chipsize); /* find first bit set */
433 if (!tbits || tbits != fls(chipsize)) {
434 pr_err("Invalid flash size: 0x%lX\n", chipsize);
/drivers/mtd/nand/
H A Dpxa3xx_nand.c1425 uint64_t chipsize; local
1478 chipsize = (uint64_t)f->num_blocks * f->page_per_block * f->page_size;
1479 pxa3xx_flash_ids[0].chipsize = chipsize >> 20;

Completed in 183 milliseconds