Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c974 static const struct flash_info spi_nor_ids[] = { variable
1281 for (tmp = 0; tmp < ARRAY_SIZE(spi_nor_ids) - 1; tmp++) { in spi_nor_read_id()
1282 info = &spi_nor_ids[tmp]; in spi_nor_read_id()
1285 return &spi_nor_ids[tmp]; in spi_nor_read_id()
3000 const struct flash_info *id = spi_nor_ids; in spi_nor_match_id()