HomeSort by relevance Sort by last modified time
    Searched refs:ucode_flash (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/phy/
cortina.c 152 struct spi_flash *ucode_flash; local
155 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,
157 if (!ucode_flash) {
160 ret = spi_flash_read(ucode_flash, CONFIG_CORTINA_FW_ADDR,
164 spi_flash_free(ucode_flash);
  /external/u-boot/drivers/net/fm/
fm.c 367 struct spi_flash *ucode_flash; local
378 ucode_flash = dev_get_uclass_priv(new);
380 ucode_flash = spi_flash_probe(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,
383 if (!ucode_flash)
386 ret = spi_flash_read(ucode_flash, CONFIG_SYS_FMAN_FW_ADDR,
390 spi_flash_free(ucode_flash);

Completed in 1085 milliseconds