Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/spi/
Dsf-uclass.c40 if (spi_flash_probe_bus_cs(bus, cs, max_hz, spi_mode, &dev)) in spi_flash_probe()
51 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, in spi_flash_probe_bus_cs() function
/external/u-boot/include/
Dspi_flash.h156 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
/external/u-boot/env/
Dsf.c60 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
/external/u-boot/drivers/net/fm/
Dfm.c375 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
/external/u-boot/cmd/
Dsf.c129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
/external/u-boot/doc/
DREADME.ae350157 Loading Environment from SPI Flash... *** Warning - spi_flash_probe_bus_cs() failed, using default …