flash_devices 115 drivers/mtd/devices/spear_smi.c static struct flash_device flash_devices[] = { flash_devices 362 drivers/mtd/devices/spear_smi.c for (index = 0; index < ARRAY_SIZE(flash_devices); index++) { flash_devices 363 drivers/mtd/devices/spear_smi.c if (flash_devices[index].device_id == flash_id) flash_devices 889 drivers/mtd/devices/spear_smi.c flash->mtd.name = flash_devices[flash_index].name; flash_devices 897 drivers/mtd/devices/spear_smi.c flash->mtd.erasesize = flash_devices[flash_index].sectorsize; flash_devices 898 drivers/mtd/devices/spear_smi.c flash->page_size = flash_devices[flash_index].pagesize; flash_devices 900 drivers/mtd/devices/spear_smi.c flash->erase_cmd = flash_devices[flash_index].erase_cmd; flash_devices 904 drivers/mtd/devices/spear_smi.c flash->dev_id = flash_devices[flash_index].device_id;