Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/spi/
DMakefile12 obj-$(CONFIG_SPI_FLASH) += sf_probe.o spi_flash.o spi_flash_ids.o sf.o
Dsf_internal.h149 extern const struct spi_flash_info spi_flash_ids[];
Dspi_flash_ids.c45 const struct spi_flash_info spi_flash_ids[] = { variable
Dsandbox.c169 for (data = spi_flash_ids; data->name; data++) { in sandbox_sf_probe()
Dspi_flash.c1071 info = spi_flash_ids; in spi_flash_read_id()
/external/u-boot/doc/device-tree-bindings/mtd/spi/
Dspi-flash.txt9 drivers/mtd/spi/spi_flash_ids.c for the list of supported chips.