Home
last modified time | relevance | path

Searched refs:spi_nor_ids (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c663 static const struct flash_info spi_nor_ids[] = { variable
863 for (tmp = 0; tmp < ARRAY_SIZE(spi_nor_ids) - 1; tmp++) { in spi_nor_read_id()
864 info = &spi_nor_ids[tmp]; in spi_nor_read_id()
867 return &spi_nor_ids[tmp]; in spi_nor_read_id()
1324 const struct flash_info *id = spi_nor_ids; in spi_nor_match_id()