Searched refs:spi_flash_probe_bus_cs (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/mtd/spi/ |
D | sf-uclass.c | 40 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/ |
D | spi_flash.h | 156 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
|
/external/u-boot/env/ |
D | sf.c | 60 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
|
/external/u-boot/drivers/net/fm/ |
D | fm.c | 375 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
|
/external/u-boot/cmd/ |
D | sf.c | 129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
|
/external/u-boot/doc/ |
D | README.ae350 | 157 Loading Environment from SPI Flash... *** Warning - spi_flash_probe_bus_cs() failed, using default …
|