Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/spi/
A Dsf-uclass.c43 if (spi_flash_probe_bus_cs(bus, cs, max_hz, spi_mode, &dev)) in spi_flash_probe()
54 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, in spi_flash_probe_bus_cs() function
/u-boot/include/
A Dspi_flash.h91 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c182 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, in pfe_spi_flash_init()
/u-boot/drivers/net/fm/
A Dfm.c390 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, in fm_init_common()
477 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
/u-boot/env/
A Dsf.c47 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
/u-boot/cmd/
A Dsf.c134 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
/u-boot/doc/board/AndesTech/
A Dax25-ae350.rst213 …Loading Environment from SPI Flash... *** Warning - spi_flash_probe_bus_cs() failed, using default…

Completed in 24 milliseconds