Home
last modified time | relevance | path

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

/drivers/net/sfc/
Dfalcon.c2764 __le32 fl = v3->spi_device_type[EE_SPI_FLASH]; in falcon_probe_nvconfig()
2767 EE_SPI_FLASH, in falcon_probe_nvconfig()
2851 EE_SPI_FLASH : EE_SPI_EEPROM); in falcon_probe_spi_devices()
2853 boot_dev == EE_SPI_FLASH ? "flash" : "EEPROM"); in falcon_probe_spi_devices()
2868 if (boot_dev == EE_SPI_FLASH) in falcon_probe_spi_devices()
2869 falcon_spi_device_init(efx, &efx->spi_flash, EE_SPI_FLASH, in falcon_probe_spi_devices()
Dfalcon_hwdefs.h73 #define EE_SPI_FLASH 1 macro