Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c59 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 Dfm.c384 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 Dspi_flash.h109 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
/openbmc/u-boot/env/
H A Dsf.c47 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
/openbmc/u-boot/cmd/
H A Dsf.c129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
/openbmc/u-boot/doc/
H A DREADME.ae350157 Loading Environment from SPI Flash... *** Warning - spi_flash_probe_bus_cs() failed, using default …