Searched refs:spi_flash_probe_bus_cs (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf-uclass.c | 59 if (spi_flash_probe_bus_cs(bus, cs, max_hz, spi_mode, &dev)) in spi_flash_probe() 70 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, in spi_flash_probe_bus_cs() function
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | fm.c | 384 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, in fm_init_common() 471 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
|
/openbmc/u-boot/include/ |
H A D | spi_flash.h | 109 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
|
/openbmc/u-boot/env/ |
H A D | sf.c | 47 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 157 Loading Environment from SPI Flash... *** Warning - spi_flash_probe_bus_cs() failed, using default …
|