Searched refs:nand_manuf_ids (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/mtd/nand/raw/ |
D | nand_ids.c | 190 struct nand_manufacturers nand_manuf_ids[] = { variable 208 EXPORT_SYMBOL(nand_manuf_ids);
|
D | nand_base.c | 4490 for (maf_idx = 0; nand_manuf_ids[maf_idx].id != 0x0; maf_idx++) { in nand_get_flash_type() 4491 if (nand_manuf_ids[maf_idx].id == *maf_id) in nand_get_flash_type() 4506 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, mtd->name); in nand_get_flash_type() 4544 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type() 4547 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type() 4550 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type() 4554 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type() 4557 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type() 4560 pr_info("%s %s\n", nand_manuf_ids[maf_idx].name, in nand_get_flash_type()
|
/external/u-boot/include/linux/mtd/ |
D | rawnand.h | 1114 extern struct nand_manufacturers nand_manuf_ids[];
|