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

/drivers/mtd/lpddr/
H A Dlpddr_cmds.c54 int numchips; local
81 shared = kmalloc(sizeof(struct flchip_shared) * lpddr->numchips,
90 numchips = lpddr->numchips / lpddr->qinfo->HWPartsNum;
91 for (i = 0; i < numchips; i++) {
541 if (chipnum >= lpddr->numchips)
589 if (chipnum >= lpddr->numchips)
/drivers/mtd/nand/
H A Ddiskonchip.c1314 if (this->numchips > doc->chips_per_floor) {
1439 int reg, len, numchips; local
1605 numchips = doc2000_init(mtd);
1607 numchips = doc2001plus_init(mtd);
1609 numchips = doc2001_init(mtd);
1611 if ((ret = nand_scan(mtd, numchips))) {

Completed in 79 milliseconds