Searched refs:nand_flash_ids (Results 1 – 8 of 8) sorted by relevance
24 struct nand_flash_dev nand_flash_ids[] = { variable183 EXPORT_SYMBOL(nand_flash_ids);
663 for (i = 0; nand_flash_ids[i].name != NULL; i++) { in init_nandsim()664 if (second_id_byte != nand_flash_ids[i].id) in init_nandsim()666 if (!(nand_flash_ids[i].options & NAND_NO_AUTOINCR)) in init_nandsim()
2955 type = nand_flash_ids; in nand_get_flash_type()
209 for (i = 0; nand_flash_ids[i].name != NULL; i++) { in DoC_IdentChip()210 if ( id == nand_flash_ids[i].id) { in DoC_IdentChip()218 mfr, id, nand_manuf_ids[j].name, nand_flash_ids[i].name); in DoC_IdentChip()221 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1; in DoC_IdentChip()226 if (nand_flash_ids[i].name == NULL) in DoC_IdentChip()
317 for (i = 0; nand_flash_ids[i].name != NULL; i++) { in DoC_IdentChip()318 if (id == nand_flash_ids[i].id) { in DoC_IdentChip()326 nand_manuf_ids[j].name, nand_flash_ids[i].name); in DoC_IdentChip()329 doc->chipshift = ffs((nand_flash_ids[i].chipsize << 20)) - 1; in DoC_IdentChip()330 doc->erasesize = nand_flash_ids[i].erasesize << doc->interleave; in DoC_IdentChip()335 if (nand_flash_ids[i].name == NULL) in DoC_IdentChip()
384 for (i = 0; nand_flash_ids[i].name != NULL; i++) { in DoC_IdentChip()385 if (id == nand_flash_ids[i].id) { in DoC_IdentChip()394 nand_manuf_ids[j].name, nand_flash_ids[i].name); in DoC_IdentChip()399 ffs((nand_flash_ids[i].chipsize << 20)) - 1; in DoC_IdentChip()400 doc->page256 = (nand_flash_ids[i].pagesize == 256) ? 1 : 0; in DoC_IdentChip()403 nand_flash_ids[i].erasesize; in DoC_IdentChip()
157 static struct nand_flash_dev nand_flash_ids[] = { variable186 for (i = 0; i < ARRAY_SIZE(nand_flash_ids); i++) in nand_find_id()187 if (nand_flash_ids[i].model_id == id) in nand_find_id()188 return &(nand_flash_ids[i]); in nand_find_id()
594 extern struct nand_flash_dev nand_flash_ids[];