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

  /external/u-boot/drivers/mtd/spi/
sf-uclass.c 40 if (spi_flash_probe_bus_cs(bus, cs, max_hz, spi_mode, &dev))
51 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, function
  /external/u-boot/include/
spi_flash.h 156 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
  /external/u-boot/env/
sf.c 60 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,
63 set_default_env("!spi_flash_probe_bus_cs() failed");
  /external/u-boot/cmd/
sf.c 129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new);
  /external/u-boot/drivers/net/fm/
fm.c 375 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS,

Completed in 103 milliseconds