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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_ids.c24 struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
158 EXPORT_SYMBOL(nand_flash_ids); variable
H A Dpxa3xx_nand.c1045 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
1046 if (id == nand_flash_ids[i].id) {
1047 type = &nand_flash_ids[i];
H A Dnandsim.c654 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
655 if (second_id_byte != nand_flash_ids[i].id)
657 if (!(nand_flash_ids[i].options & NAND_NO_AUTOINCR))
H A Dnand_base.c2837 type = nand_flash_ids;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddoc2000.c382 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
383 if (id == nand_flash_ids[i].id) {
392 nand_manuf_ids[j].name, nand_flash_ids[i].name);
397 ffs((nand_flash_ids[i].chipsize << 20)) - 1;
398 doc->page256 = (nand_flash_ids[i].pagesize == 256) ? 1 : 0;
401 nand_flash_ids[i].erasesize;
H A Ddoc2001plus.c315 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
316 if (id == nand_flash_ids[i].id) {
324 nand_manuf_ids[j].name, nand_flash_ids[i].name);
327 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;
328 doc->erasesize = nand_flash_ids[i].erasesize << doc->interleave;
333 if (nand_flash_ids[i].name == NULL)
H A Ddoc2001.c206 for (i = 0; nand_flash_ids[i].name != NULL; i++) {
207 if ( id == nand_flash_ids[i].id) {
215 mfr, id, nand_manuf_ids[j].name, nand_flash_ids[i].name);
218 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1;
223 if (nand_flash_ids[i].name == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr09.c157 static struct nand_flash_dev nand_flash_ids[] = { variable in typeref:struct:nand_flash_dev
186 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++)
187 if (nand_flash_ids[i].model_id == id)
188 return &(nand_flash_ids[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dnand.h484 extern struct nand_flash_dev nand_flash_ids[];

Completed in 72 milliseconds