Searched refs:nand_flash_ids (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_ids.c26 struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
150 EXPORT_SYMBOL(nand_flash_ids); variable
H A Dnandsim.c564 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
565 if (second_id_byte != nand_flash_ids[i].id)
567 if (!(nand_flash_ids[i].options & NAND_NO_AUTOINCR))
H A Dnand_base.c2368 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
2369 if (dev_id == nand_flash_ids[i].id) {
2370 type = &nand_flash_ids[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c385 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
386 if (id == nand_flash_ids[i].id) {
395 nand_manuf_ids[j].name, nand_flash_ids[i].name);
400 ffs((nand_flash_ids[i].chipsize << 20)) - 1;
401 doc->page256 = (nand_flash_ids[i].pagesize == 256) ? 1 : 0;
404 nand_flash_ids[i].erasesize;
H A Ddoc2001plus.c318 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
319 if (id == nand_flash_ids[i].id) {
327 nand_manuf_ids[j].name, nand_flash_ids[i].name);
330 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;
331 doc->erasesize = nand_flash_ids[i].erasesize << doc->interleave;
336 if (nand_flash_ids[i].name == NULL)
H A Ddoc2001.c209 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
210 if ( id == nand_flash_ids[i].id) {
218 mfr, id, nand_manuf_ids[j].name, nand_flash_ids[i].name);
221 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;
226 if (nand_flash_ids[i].name == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr09.c110 static struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
139 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++)
140 if (nand_flash_ids[i].model_id == id)
141 return &(nand_flash_ids[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h505 extern struct nand_flash_dev nand_flash_ids[];

Completed in 147 milliseconds