Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c2157 static const struct flash_info spi_nor_ids[] = { variable
2531 for (tmp = 0; tmp < ARRAY_SIZE(spi_nor_ids) - 1; tmp++) { in spi_nor_read_id()
2532 info = &spi_nor_ids[tmp]; in spi_nor_read_id()
2535 return &spi_nor_ids[tmp]; in spi_nor_read_id()
4740 const struct flash_info *id = spi_nor_ids; in spi_nor_match_id()